Commit Graph

6 Commits

Author SHA1 Message Date
Sean Larkin 58b4b555ac Merge pull request #4044 from shubheksha/refactor-test-RequireJsStuffPlugin
refactor(ES6): RequireJsStuffPlugin.test.js
2017-01-27 02:08:40 -06:00
Tim Sebastian f46dac81c0 fix issue where `requirejs.config()` would be evaluated to `;` instead of `undefined`
this may lead to potential Syntaxerrors as `const x = requirejs.config();` would be transformed to `const x = ;;`
2017-01-21 13:51:35 +11:00
Shubheksha Jalan fda7e643b7 refactor(ES6): RequireJsStuffPlugin.test.js 2017-01-18 20:23:29 +05:30
Tim Sebastian e73cbf3e60 move rest of requireJsStuffPlugin to es6 2017-01-04 22:00:52 +11:00
Tim Sebastian 2e6292ac36 fix global leak of compilationEventBinding 2017-01-04 21:58:02 +11:00
Alistair Brown b25189a8b6 Add tests for RequireJsStuffPlugin (#3702) 2017-01-03 13:08:15 -06:00