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