1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

feat: minified adapter for SAS9

This commit is contained in:
Yury Shkoda
2023-03-14 10:39:11 +03:00
parent 2bd7544051
commit 22fa185715
6 changed files with 1511 additions and 13969 deletions

View File

@@ -23,7 +23,7 @@ const optimization = {
}
const browserConfig = {
entry: './src/index.ts',
entry: './src/index-sas9-min.ts',
devtool: 'inline-source-map',
mode: 'production',
optimization: optimization,
@@ -41,7 +41,7 @@ const browserConfig = {
fallback: { https: false, fs: false, readline: false }
},
output: {
filename: 'index.js',
filename: 'index-sas9-min.js',
path: path.resolve(__dirname, 'build'),
libraryTarget: 'umd',
library: 'SASjs'