remove es20xx prefixes from plugins and rename folders (#6575)
This commit is contained in:
@@ -24,7 +24,7 @@ const presetLocs = [
|
||||
|
||||
const pluginLocs = [
|
||||
path.join(__dirname, "/../../babel-plugin-transform-strict-mode"),
|
||||
path.join(__dirname, "/../../babel-plugin-transform-es2015-modules-commonjs"),
|
||||
path.join(__dirname, "/../../babel-plugin-transform-modules-commonjs"),
|
||||
].join(",");
|
||||
|
||||
const readDir = function(loc, filter) {
|
||||
|
||||
Reference in New Issue
Block a user