summaryrefslogtreecommitdiffstats
path: root/webapp/webpack.config.js
diff options
context:
space:
mode:
authorJared Shields <shieldsjared@gmail.com>2016-10-04 08:56:01 -0400
committerChristopher Speller <crspeller@gmail.com>2016-10-04 08:56:01 -0400
commit3bac3a006128ebcb4a6ea6dd5e2aa2f8614cb434 (patch)
treec63b2ea94d2de3463137c91d40bc405452637039 /webapp/webpack.config.js
parent1a5a6244701615b4f085bb5337d92c2809ac95d3 (diff)
downloadchat-3bac3a006128ebcb4a6ea6dd5e2aa2f8614cb434.tar.gz
chat-3bac3a006128ebcb4a6ea6dd5e2aa2f8614cb434.tar.bz2
chat-3bac3a006128ebcb4a6ea6dd5e2aa2f8614cb434.zip
Updated make files/scripts to accomodate execution/building in windows in addition to linux/mac (#4135)
Diffstat (limited to 'webapp/webpack.config.js')
-rw-r--r--webapp/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/webpack.config.js b/webapp/webpack.config.js
index 153b07339..4058abbd2 100644
--- a/webapp/webpack.config.js
+++ b/webapp/webpack.config.js
@@ -56,7 +56,7 @@ var config = {
loader: 'file?name=files/[hash].[ext]'
},
{
- test: /(node_modules|non_npm_dependencies)\/.+\.(js|jsx)$/,
+ test: /(node_modules|non_npm_dependencies)(\\|\/).+\.(js|jsx)$/,
loader: 'imports',
query: {
$: 'jquery',