Skip to content

Commit

Permalink
add the libraryTarget webkit option
Browse files Browse the repository at this point in the history
  • Loading branch information
dgbeck committed May 10, 2016
1 parent 4a205b4 commit ed8638f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/bundle.js
Expand Up @@ -35,7 +35,8 @@ var config = {
output: { output: {
path: path.join(__dirname, '../browser'), path: path.join(__dirname, '../browser'),
filename: TARGET, filename: TARGET,
library: 'nunjucks' library: 'nunjucks',
libraryTarget: 'umd'
}, },
node: { node: {
process: 'empty' process: 'empty'
Expand Down

0 comments on commit ed8638f

Please sign in to comment.