mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated frontend build config
This commit is contained in:
@@ -35,6 +35,15 @@ const config = {
|
||||
},
|
||||
outputDir: './dist',
|
||||
configureWebpack: {
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.js$/,
|
||||
include: /node_modules\/crawlab-ui/,
|
||||
loader: 'raw-loader',
|
||||
}
|
||||
]
|
||||
},
|
||||
optimization,
|
||||
resolve: {
|
||||
alias,
|
||||
|
||||
Reference in New Issue
Block a user