mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
fix "Unexpected token ,"
This commit is contained in:
parent
379b6aefce
commit
73ab7705af
@ -19,7 +19,7 @@ const plugins = {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
}),
|
||||||
'define-plugin': new webpack.DefinePlugin({
|
'define-plugin': new webpack.DefinePlugin({
|
||||||
'process.env': {
|
'process.env': {
|
||||||
NODE_ENV: JSON.stringify(process.env['NODE_ENV'] || 'development'),
|
NODE_ENV: JSON.stringify(process.env['NODE_ENV'] || 'development'),
|
||||||
|
Loading…
Reference in New Issue
Block a user