瀏覽代碼

Merge pull request #162 from blink1073/sourcemap

Build source map in example
Dave Willmer 9 年之前
父節點
當前提交
51fa526cdc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      example/webpack.conf.js

+ 1 - 0
example/webpack.conf.js

@@ -7,6 +7,7 @@ module.exports = {
     publicPath: "./build/"
   },
   debug: true,
+  devtool: 'source-map',
   module: {
     loaders: [
       { test: /\.css$/, loader: 'style-loader!css-loader' },