Commit Graph

6 Commits

Author SHA1 Message Date
Ben Newman
135e95e64c Make sure plugins/parameters has access to the packages it needs. 2016-02-03 16:38:35 -05:00
Ben Newman
aa252702d9 Use a version of the parameters transform without faulty optimizations.
Until https://github.com/babel/babel/pull/3249 is fixed properly, it's
better simply to disable the rest parameter optimizations.
2016-02-03 16:17:18 -05:00
Ben Newman
0d5a58114a Add a clarifying comment to plugin/sloppy-modules.js. 2016-02-01 23:57:39 -05:00
Ben Newman
57316d6bab Wrap the modules-commonjs plugin so as not to force strict mode. 2016-02-01 21:20:07 -05:00
Ben Newman
8f247abbe1 Upgrade to a version of modules-commonjs that fixes template strings.
Thanks to my pull request: https://github.com/babel/babel/pull/3118
2016-01-20 14:38:46 -05:00
Ben Newman
4a1002c56e Use patched CommonJS modules plugin.
We can go back to using babel-plugin-transform-es2015-template-literals
once https://github.com/babel/babel/pull/3118 gets merged.
2016-01-12 19:13:47 -05:00