diff options
author | eric <thul.eric@gmail.com> | 2015-11-07 15:06:39 -0500 |
---|---|---|
committer | eric <thul.eric@gmail.com> | 2015-11-07 15:06:39 -0500 |
commit | d18adcf960b5df464971e7c06366feeb0d173f1b (patch) | |
tree | 6821a4e1fb1f5ab0c54f4e8434e1c5c717890967 /example/webpack.config.js | |
parent | 57585908acc300daa55b40156eeff7a065fe2832 (diff) | |
parent | 04eb392f345262e340717812e51a3ba810f7eaee (diff) | |
download | purs-loader-d18adcf960b5df464971e7c06366feeb0d173f1b.tar.gz purs-loader-d18adcf960b5df464971e7c06366feeb0d173f1b.tar.zst purs-loader-d18adcf960b5df464971e7c06366feeb0d173f1b.zip |
Merge pull request #30 from natefaubion/fix-paths
Fix paths
Diffstat (limited to 'example/webpack.config.js')
-rw-r--r-- | example/webpack.config.js | 3 |
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 | ||
9 | var modulesDirectories = [ | 9 | var 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 | ||
15 | var config | 14 | var config |