diff --git a/frontend/vue.config.js b/frontend/vue.config.js index f51a09ea..41b675a7 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -35,6 +35,15 @@ const config = { }, outputDir: './dist', configureWebpack: { + module: { + rules: [ + { + test: /\.js$/, + include: /node_modules\/crawlab-ui/, + loader: 'raw-loader', + } + ] + }, optimization, resolve: { alias,