aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/webpack.config.js
diff options
context:
space:
mode:
authoreric <thul.eric@gmail.com>2015-05-14 22:18:39 -0400
committereric <thul.eric@gmail.com>2015-05-14 22:18:39 -0400
commitfc72dc01dbd79d531ca4aa73ad4e719a40a58f98 (patch)
treeecb69055fe7b668b99d49153c12c729938ed08dc /example/webpack.config.js
parenta8b2571ee98ccd640a39873f8a9d67c707f336fe (diff)
parenta72c8af19a72186069465c139b72df9c353fd3d1 (diff)
downloadpurs-loader-fc72dc01dbd79d531ca4aa73ad4e719a40a58f98.tar.gz
purs-loader-fc72dc01dbd79d531ca4aa73ad4e719a40a58f98.tar.zst
purs-loader-fc72dc01dbd79d531ca4aa73ad4e719a40a58f98.zip
Merge pull request #13 from ethul/topic/issue-12
Additional loader options
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 ]