diff options
Diffstat (limited to 'example')
-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 |