Skip to content

Commit

Permalink
Fix for Mass upgrade dependencies #177
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Mun authored and jacobq committed Nov 23, 2020
1 parent 0f2e762 commit 5b24195
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ module.exports = function(defaults) {
autoImport: {
webpack: {
node: {
global: true
global: true,
fs: 'empty'
}
}
}
Expand Down

0 comments on commit 5b24195

Please sign in to comment.