Created
November 3, 2019 05:44
-
-
Save lettergram/b02e128c5614de7e7b06577b773436c1 to your computer and use it in GitHub Desktop.
ebextension to install webpack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
container_commands: | |
01_install_webpack: | |
command: npm install --save-dev webpack | |
02_precompile: | |
command: bundle exec rake assets:precompile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment