diff --git a/ember-cli-build.js b/ember-cli-build.js index 292c59c..27aa254 100644 --- a/ember-cli-build.js +++ b/ember-cli-build.js @@ -8,7 +8,8 @@ module.exports = function(defaults) { autoImport: { webpack: { node: { - global: true + global: true, + fs: 'empty' } } }