|
@@ -32,7 +32,6 @@ module.exports = {
|
|
|
}),
|
|
|
new webpack.EnvironmentPlugin({
|
|
|
STATIC_FILES_SUBFOLDER: false, // Set to other directory if NOT using webpack-dev-server
|
|
|
- NODE_ENV: 'development', // use 'development' unless process.env.NODE_ENV is defined
|
|
|
DEBUG: false,
|
|
|
DRAW_BOUNDING_BOX_ELEMENT: false // Specifies the element to draw bounding boxes for (e.g. 'GraphicalLabels'). If 'all', bounding boxes are drawn for all elements.
|
|
|
}),
|