Socket
Socket
Sign inDemoInstall

@rails/webpacker

Package Overview
Dependencies
300
Maintainers
11
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
35
8Next

4.2.2

Diff

Changelog

Source

[4.2.2] - 2019-12-09

  • Fixed issue with webpack clean task for nested assets #2391
gauravtiwari
published 4.2.1 •

Changelog

Source

[4.2.1] - 2019-12-09

  • Fixed issue with webpack clean task #2389
gauravtiwari
published 4.2.0 •

Changelog

Source

[4.2.0] - 2019-11-12

  • Fixed installer bug #2366
gauravtiwari
published 4.1.0 •

Changelog

Source

[4.1.0] - 2019-11-12

  • Added favicon_pack_tag to generate favicon links #2281
  • Add support for Brotli compression #2273
  • Support .(sass|scss).erb #2259
  • Elm: Enable production optimizations when compiling in production #2234
  • fixes webpacker:clean erroring because of nested hashes #2318
  • Revert of production env enforcement #2341
  • Add a preload_pack_asset helper #2124
  • Record the compilation digest even on webpack error #2117
  • See more changes here
gauravtiwari
published 4.0.7 •

Changelog

Source

[4.0.7] - 2019-06-03

  • Prevent @babel/plugin-transform-runtime from rewriting babel helpers in core-js. Remove unneeded runtime @babel/runtime-corejs3 #2116
  • Removed unneeded runtime @babel/runtime-corejs3
gauravtiwari
published 4.0.6 •

Changelog

Source

[4.0.6] - 2019-05-30

  • Webpack should not be transpiled #2111
gauravtiwari
published 4.0.5 •

Changelog

Source

[4.0.5] - 2019-05-30

  • Don't let babel & core-js transpile each other #2110
gauravtiwari
published 4.0.4 •

Changelog

Source

[4.0.4] - 2019-05-28

  • Remove bundler version constraint
gauravtiwari
published 4.0.3 •

Changelog

Source

[4.0.3] - 2019-05-28

Please see the diff

Breaking changes (for pre-existing apps)

In each of your /packs/*.js files, change this:

import '@babel/polyfill'

to this:

import 'core-js/stable'
import 'regenerator-runtime/runtime'

Don't forget to install those dependencies directly!

yarn add core-js regenerator-runtime
gauravtiwari
published 4.0.2 •

Changelog

Source

[4.0.2] - 2019-03-06

  • Bump the version on npm
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc