{"library":"es3ify-loader","type":"library","category":null,"description":"A webpack loader that transforms JavaScript code to be ES3-compatible by converting reserved words (like catch, const, etc.) and other ES3-incompatible syntax. Version 0.2.0 is the latest release, with no recent updates since 2016. It relies on a PostCSS-based transformation approach. Different from other ES3ify tools (e.g., es3ify-webpack-plugin), this one operates as a loader for per-file transformation.","language":"javascript","status":"deprecated","version":"0.2.0","tags":["javascript"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install es3ify-loader","imports":["import es3ifyLoader from 'es3ify-loader'","module.exports = { module: { rules: [{ test: /\\.js$/, loader: 'es3ify-loader' }] } }"]},{"cmd":"yarn add es3ify-loader","imports":[]},{"cmd":"pnpm add es3ify-loader","imports":[]}],"homepage":"https://github.com/sorrycc/es3ify-loader","github":"https://github.com/sorrycc/es3ify-loader","docs":null,"changelog":null,"pypi":null,"npm":"es3ify-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}