Skip to content

Instantly share code, notes, and snippets.

@123ish
Forked from kevinhq/production.js
Created August 15, 2020 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 123ish/7254a2c4c53c7a82c300be9788e321c7 to your computer and use it in GitHub Desktop.
Save 123ish/7254a2c4c53c7a82c300be9788e321c7 to your computer and use it in GitHub Desktop.
Step-by-Step guide on how to move from Sprockets to Webpacker - production.js
// config/webpack/production.js
process.env.NODE_ENV = 'production';
const environment = require('./environment');
module.exports = environment.toWebpackConfig();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment