aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/webpack.config.js
diff options
context:
space:
mode:
authoreric thul <thul.eric@gmail.com>2015-05-14 22:21:26 -0400
committereric thul <thul.eric@gmail.com>2015-05-14 22:21:26 -0400
commitd2879ae0b5c3f9d2b73092fcee866ffd48b9e702 (patch)
tree00a768996241a302afa2273c1fde78dfaca2f1da /example/webpack.config.js
parent6ae16483eafbfc33cb8b14bb5845fd28647ca4e1 (diff)
parentfc72dc01dbd79d531ca4aa73ad4e719a40a58f98 (diff)
downloadpurs-loader-d2879ae0b5c3f9d2b73092fcee866ffd48b9e702.tar.gz
purs-loader-d2879ae0b5c3f9d2b73092fcee866ffd48b9e702.tar.zst
purs-loader-d2879ae0b5c3f9d2b73092fcee866ffd48b9e702.zip
Merge branch 'master' of github.com:ethul/purs-loader
Diffstat (limited to 'example/webpack.config.js')
-rw-r--r--example/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/webpack.config.js b/example/webpack.config.js
index 19997f3..f67e83a 100644
--- a/example/webpack.config.js
+++ b/example/webpack.config.js
@@ -5,7 +5,7 @@ var config
5 , output: { path: __dirname 5 , output: { path: __dirname
6 , filename: 'bundle.js' 6 , filename: 'bundle.js'
7 } 7 }
8 , module: { loaders: [ { test: /\.purs$/, loader: 'purs-loader' } ] } 8 , module: { loaders: [ { test: /\.purs$/, loader: 'purs-loader?src[]=src' } ] }
9 , resolve: { modulesDirectories: [ 'node_modules', 9 , resolve: { modulesDirectories: [ 'node_modules',
10 'output' 10 'output'
11 ] 11 ]