Commit ca9e77e909bce8f2fc4bd387f507f769668846c0

Authored by Graham Fairweather
1 parent 3b8f7c45

Missed config

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
build/webpack.dist.locale.config.js
@@ -11,6 +11,9 @@ module.exports = { @@ -11,6 +11,9 @@ module.exports = {
11 { 11 {
12 test: /\.js$/, 12 test: /\.js$/,
13 loader: 'babel-loader', 13 loader: 'babel-loader',
  14 + options: {
  15 + sourceMap: true,
  16 + },
14 exclude: /node_modules/ 17 exclude: /node_modules/
15 } 18 }
16 ] 19 ]