add strict mode plugin to module transforms
This commit is contained in:
@@ -49,6 +49,8 @@ export default function ({ types: t }) {
|
||||
};
|
||||
|
||||
return {
|
||||
inherits: require("babel-plugin-transform-strict-mode"),
|
||||
|
||||
visitor: {
|
||||
Program: {
|
||||
exit(path) {
|
||||
|
||||
Reference in New Issue
Block a user