Fix windows build

This commit is contained in:
Dan
2018-01-12 20:00:42 +00:00
committed by Joe Haddad
parent 11b4fae3c7
commit a573d37f36

View File

@@ -21,7 +21,7 @@ module.exports = {
test: /\.js$/,
include: [
path.resolve(__dirname, './src'),
/\/node_modules\/(ansi-styles|chalk)\//,
/[\/\\]node_modules[\/\\](ansi-styles|chalk)[\/\\]/,
],
use: {
loader: 'babel-loader',