More useful prod & dev modes in dashboard

This commit is contained in:
peter
2019-08-14 00:27:43 +02:00
parent 1c3249c0f8
commit b706e36b49
35 changed files with 471 additions and 273 deletions
-3
View File
@@ -1,6 +1,5 @@
import resolve from 'rollup-plugin-node-resolve';
import typescript from 'rollup-plugin-typescript2';
import externals from 'rollup-plugin-node-externals'
export default {
input: 'src/frontend/widget/main.ts',
@@ -21,8 +20,6 @@ export default {
})
],
external: [
"frontblock",
"frontblock-generic",
'plugins-core',
'@angular/core',
'@angular/common',