Skip to content

Commit

Permalink
Merge pull request #5197 from kratiahuja/fix-strict-mode
Browse files Browse the repository at this point in the history
Fix ember-data Node 4.x builds
  • Loading branch information
rwjblue authored Oct 1, 2017
2 parents 533c6a5 + 572ea33 commit 9846a95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/stripped-build-plugins.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

var path = require('path');
var fs = require('fs');
var FilterImports = require('babel-plugin-filter-imports');
Expand Down

0 comments on commit 9846a95

Please sign in to comment.