pegjs-loader
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -7,5 +7,5 @@ var pegjs = require('pegjs'); | ||
var query = loaderUtils.parseQuery(this.query); | ||
var pegOptions = { output: source }; | ||
var pegOptions = { output: 'source' }; | ||
var parser = 'module.exports = ' + pegjs.buildParser(source, pegOptions) + ';'; | ||
this.callback(null, parser, null); | ||
}; |
{ | ||
"name": "pegjs-loader", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "PEG.js loader for webpack", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
962