fix: fuse missing shims
This commit is contained in:
parent
04bd5837f5
commit
3d72c4ca95
2
fuse.js
2
fuse.js
@ -116,7 +116,7 @@ globalTasks.then(() => {
|
||||
|
||||
// const bundleVendor = fuse.bundle('vendor').shim(SHIMS).instructions('~ index.js') // eslint-disable-line no-unused-vars
|
||||
// const bundleApp = fuse.bundle('app').instructions('!> [index.js]')
|
||||
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user