es3ify-loader icon indicating copy to clipboard operation
es3ify-loader copied to clipboard

ES3ify loader for webpack.

Results 4 es3ify-loader issues
Sort by recently updated
recently updated
newest added

I became aware from https://github.com/webpack/webpack/issues/2710#issuecomment-229114264 that this loader doesn't support `import` statements. Do you think it would be possible to either: - support `import`'s OR - document that `import` statements...

If run `webpack` bundle file will be `exports["default"]` but If run `webpack -p` the code will be `t.default` . This does not meet expectations

I want to use this plugin for webpack 2 but there's no cacheable() method in webpack2 and loaders are cacheable by default. Bumped version, removed that call and added webpack...