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 11 {
12 12 test: /\.js$/,
13 13 loader: 'babel-loader',
  14 + options: {
  15 + sourceMap: true,
  16 + },
14 17 exclude: /node_modules/
15 18 }
16 19 ]
... ...