Commit 4ec9f878 authored by Nick Stenning's avatar Nick Stenning

Merge pull request #2609 from robertknight/browserify_extension

Convert Chrome extension to Browserify + CommonJS modules
parents 2fd74a08 f6bfa8a0
...@@ -73,6 +73,8 @@ module.exports = function(config) { ...@@ -73,6 +73,8 @@ module.exports = function(config) {
bundle bundle
.transform('coffeeify') .transform('coffeeify')
.plugin('proxyquire-universal') .plugin('proxyquire-universal')
// fix for Proxyquire in PhantomJS 1.x.
// See https://github.com/bitwit/proxyquireify-phantom-menace
.require('phantom-ownpropertynames/implement', {entry: true}); .require('phantom-ownpropertynames/implement', {entry: true});
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment