diff --git a/.jshintignore b/.jshintignore index f3bb5771d4..fdadfade24 100644 --- a/.jshintignore +++ b/.jshintignore @@ -3,3 +3,6 @@ **/test/spec/** **/report/** **/tools/** +montage.min.js +montage2.js +webpack.config.js \ No newline at end of file diff --git a/webpack.config.js b/webpack.config.js index 5ca520b2fb..c843d96916 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,3 +1,4 @@ +/* global process, __direname */ var debug = process.env.NODE_ENV !== "production"; var webpack = require('webpack');