Commit 4adf994c authored by NGPixel's avatar NGPixel Committed by Nicolas Giard

chore: Updated fuse-box to 2.1.0

parent 485e1a78
...@@ -374,11 +374,17 @@ main > .ace-container { ...@@ -374,11 +374,17 @@ main > .ace-container {
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;
}
} }
} }
...@@ -83,7 +83,6 @@ globalTasks.then(() => { ...@@ -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(() => { ...@@ -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 @@ ...@@ -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",
......
This diff was suppressed by a .gitattributes entry.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment