chenhaodong
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
ca9e77e909bce8f2fc4bd387f507f769668846c0
Authored by
Graham Fairweather
2018-03-06 10:06:15 +0100
1 parent
3b8f7c45
Missed config
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
build/webpack.dist.locale.config.js
Inline
Side-by-side
build/webpack.dist.locale.config.js
Wrap text
Show/Hide comments
View file @
ca9e77e
...
...
@@ -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
]
...
...