More useful prod & dev modes in dashboard
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user