Persistenten storage hinzugefügt
This commit is contained in:
19
bin/build.js
19
bin/build.js
@@ -26,17 +26,6 @@ let uglifyOptions = {
|
||||
},
|
||||
// toplevel: true
|
||||
},
|
||||
// compress: {
|
||||
// ecma: "es6",
|
||||
// keep_fargs: false,
|
||||
// toplevel: true,
|
||||
// dead_code: true,
|
||||
// unused: true,
|
||||
// passes: 1,
|
||||
// },
|
||||
// sourceMap:{
|
||||
// url:"inline"
|
||||
// },
|
||||
output: {
|
||||
beautify: true
|
||||
}
|
||||
@@ -67,10 +56,10 @@ let regeneratorOptions = {
|
||||
};
|
||||
|
||||
if (shouldIncludeSourcemap){
|
||||
// uglifyOptions["sourceMap"] = {url: "inline"};
|
||||
uglifyOptions2["sourceMap"] = {url: "inline"};
|
||||
// babelOptions["sourceMaps"] = "inline";
|
||||
// regeneratorOptions["sourceMaps"] = "inline";
|
||||
uglifyOptions["sourceMap"] = {url: "inline"};
|
||||
uglifyOptions2["sourceMap"] = {url: "inline", content: "inline"};
|
||||
babelOptions["sourceMaps"] = "inline";
|
||||
regeneratorOptions["sourceMaps"] = "inline";
|
||||
}
|
||||
|
||||
const options = require('../rollup.config');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd $(dirname "$0")/..
|
||||
npm run build
|
||||
npm run build 1
|
||||
Reference in New Issue
Block a user