chore: Updated fuse-box to 2.1.0
This commit is contained in:
@@ -374,11 +374,17 @@ .editor-sd {
|
||||
background-color: mc('blue-grey', '100');
|
||||
|
||||
&-item {
|
||||
background-color: mc('blue-grey', '50');
|
||||
background-color: mc('blue-grey', '500');
|
||||
padding: 5px;
|
||||
|
||||
&:first-child {
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
& + .editor-sd-item {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
3
fuse.js
3
fuse.js
@@ -83,7 +83,6 @@ globalTasks.then(() => {
|
||||
homeDir: './client',
|
||||
output: './assets/js/$name.min.js',
|
||||
alias: ALIASES,
|
||||
shim: SHIMS,
|
||||
plugins: [
|
||||
fsbx.EnvPlugin({ NODE_ENV: (dev) ? 'development' : 'production' }),
|
||||
fsbx.VuePlugin(),
|
||||
@@ -106,7 +105,7 @@ globalTasks.then(() => {
|
||||
})
|
||||
}
|
||||
|
||||
const bundleApp = fuse.bundle('app').instructions('> index.js')
|
||||
const bundleApp = fuse.bundle('app').shim(SHIMS).instructions('> index.js')
|
||||
const bundleSetup = fuse.bundle('configure').instructions('> configure.js')
|
||||
|
||||
switch (mode) {
|
||||
|
||||
@@ -139,7 +139,7 @@
|
||||
"eslint-plugin-node": "^5.0.0",
|
||||
"eslint-plugin-promise": "^3.5.0",
|
||||
"eslint-plugin-standard": "^3.0.1",
|
||||
"fuse-box": "^2.0.2",
|
||||
"fuse-box": "^2.1.0",
|
||||
"i18next-xhr-backend": "^1.4.2",
|
||||
"jest": "^20.0.4",
|
||||
"jquery": "^3.2.1",
|
||||
|
||||
Reference in New Issue
Block a user