mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 14:33:22 +00:00
source map
This commit is contained in:
@@ -18,7 +18,7 @@ CopyDirPlugin.prototype.apply = function(compiler) {
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
devtool: 'eval',
|
||||
devtool: 'source-map',
|
||||
devServer: {
|
||||
headers: { "Access-Control-Allow-Origin": "*" }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user