diff --git a/webpack.config.js b/webpack.config.js index f666f0e3039b010332b5c97ce44e028809c18d87..5069e905a528a77497c54d485ba4419bfd4f4c65 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -5,7 +5,13 @@ const BundleTracker = require('webpack-bundle-tracker') module.exports = { context: __dirname, - entry: './assets/js/index', + entry: { + core: './assets/js/index', + alsijil: { + dependOn: 'core', + import: '../AlekSIS-App-Alsijil/assets/js/vue/alsijil/LoadComponents', + }, + }, output: { path: path.resolve('./assets/webpack_bundles/'), filename: "[name]-[hash].js"