1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00

fix "Unexpected token ,"

This commit is contained in:
Sérgio Ramos 2016-10-24 18:03:38 +01:00
parent 379b6aefce
commit 73ab7705af

View File

@ -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'),