fix rogue useStrict transformer references

This commit is contained in:
Sebastian McKenzie
2015-03-02 22:41:55 +11:00
parent b7cb2bcb7b
commit a65acd73ca
7 changed files with 7 additions and 7 deletions

View File

@@ -86,6 +86,6 @@ require("./_transformation-helper")({
experimental: true
}, function (opts, task) {
if (!_.contains(task.exec.loc, "module.js")) {
opts.blacklist = ["useStrict"];
opts.blacklist = ["strict"];
}
});