Explorar o código

fix: fuse missing shims

NGPixel %!s(int64=8) %!d(string=hai) anos
pai
achega
3d72c4ca95
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fuse.js

+ 1 - 1
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) {