-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop support for ie9 and ie10; closes #3148
drop sublime gitignore remove sublime project
- Loading branch information
Showing
3 changed files
with
2 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,6 @@ const browserPlatformPairs = { | |
'chrome@latest': 'Windows 8', | ||
'MicrosoftEdge@latest': 'Windows 10', | ||
'internet [email protected]': 'Windows 8.1', | ||
'internet [email protected]': 'Windows 8', | ||
'internet [email protected]': 'Windows 7', | ||
'firefox@latest': 'Windows 10', | ||
'safari@latest': 'OS X 10.12' | ||
}; | ||
|
@@ -39,7 +37,7 @@ module.exports = config => { | |
.ignore('fs') | ||
.ignore('path') | ||
.ignore('supports-color') | ||
.require(path.join(__dirname, 'node_modules', 'buffer'), {expose: 'buffer'}) | ||
// .require(path.join(__dirname, 'node_modules', 'buffer'), {expose: 'buffer'}) | ||
.on('bundled', (err, content) => { | ||
if (!err && bundleDirpath) { | ||
// write bundle to directory for debugging | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters