aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNathan Faubion <nathan@n-son.com>2015-11-07 13:55:46 -0600
committerNathan Faubion <nathan@n-son.com>2015-11-07 13:55:46 -0600
commit04eb392f345262e340717812e51a3ba810f7eaee (patch)
tree6821a4e1fb1f5ab0c54f4e8434e1c5c717890967
parent2b620717603a6a2ba4d93ee1ca7334dc31500acf (diff)
downloadpurs-loader-04eb392f345262e340717812e51a3ba810f7eaee.tar.gz
purs-loader-04eb392f345262e340717812e51a3ba810f7eaee.tar.zst
purs-loader-04eb392f345262e340717812e51a3ba810f7eaee.zip
Update example webpack.config
-rw-r--r--example/webpack.config.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/example/webpack.config.js b/example/webpack.config.js
index 1a0eef6..f1456d5 100644
--- a/example/webpack.config.js
+++ b/example/webpack.config.js
@@ -8,8 +8,7 @@ var output = 'output';
8 8
9var modulesDirectories = [ 9var modulesDirectories = [
10 'node_modules', 10 'node_modules',
11 'bower_components/purescript-prelude/src', 11 'bower_components/purescript-prelude/src'
12 output
13]; 12];
14 13
15var config 14var config