Rabbit, Bae

Results 1 comments of Rabbit, Bae

@chemzqm answer is only useful in webpack 1, in webpack 2 must use enforce: "post" option module : { rules: { { enforce: "post", test: /.js$/, loader: 'es3ify' } }...