aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/webpack.config.js
diff options
context:
space:
mode:
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 ]