Skip to content

Commit

Permalink
[ci skip] Add 'use strict' to web pack config to avoid failure on nod…
Browse files Browse the repository at this point in the history
…e v4
  • Loading branch information
georapbox committed Dec 8, 2016
1 parent b15ecda commit 16df0a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

const webpack = require('webpack');
const UglifyJsPlugin = webpack.optimize.UglifyJsPlugin;
const path = require('path');
Expand Down

0 comments on commit 16df0a0

Please sign in to comment.