file: mapDirectory()

in rollup.config.js [33:40]


      file: mapDirectory(file),
      format: 'iife',
      name: file,
      inlineDynamicImports: true,
      globals: {
        vue: 'Vue',
        jquery: '$',
      },