something something git
This commit is contained in:
+4
-4
@@ -12,7 +12,7 @@
|
||||
"build-widget": "rollup -c src/frontend/widget/rollup.config.js; mkdir -p plugins/PluginManager; cp FrontendPlugin.js plugins/PluginManager",
|
||||
"clean": "rm -rf lib static plugins data conf dist widget .rpt2_cache *.js *.ts src/frontend/dashboard/dist",
|
||||
"update-frontblock": "rm -rf node_modules/frontblock*; npm install",
|
||||
"webpack": "webpack --mode production --entry ./dist/FrontblockLib.js --output ./dist/FrontblockLib.js"
|
||||
"webpack": "webpack --config src/backend/webpack.prod.js --progress --colors"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -88,7 +88,7 @@
|
||||
"rollup-plugin-typescript2": "^0.10.0",
|
||||
"sass-loader": "^7.1.0",
|
||||
"style-loader": "^0.23.1",
|
||||
"terser-webpack-plugin": "^1.3.0",
|
||||
"terser-webpack-plugin": "^1.4.1",
|
||||
"ts-jest": "^24.0.2",
|
||||
"ts-loader": "^5.3.3",
|
||||
"tslint": "^5.18.0",
|
||||
@@ -98,10 +98,10 @@
|
||||
"typescript-declaration-webpack-plugin": "^0.1.1",
|
||||
"uglifyjs-webpack-plugin": "^2.1.3",
|
||||
"url-loader": "^1.1.2",
|
||||
"webpack": "^4.35.2",
|
||||
"webpack": "^4.39.2",
|
||||
"webpack-cli": "^3.3.5"
|
||||
},
|
||||
"files": [
|
||||
"lib/**/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user