$ echo 'gem "webpacker"' >> Gemfile
$ bundle install
$ rails webpacker:install
$ yarn add [email protected] jquery popper.jsdiff --git a/config/webpack/environment.js b/config/webpack/environment.js
index d16d9af..86bf1a7 100644$ echo 'gem "webpacker"' >> Gemfile
$ bundle install
$ rails webpacker:install
$ yarn add [email protected] jquery popper.jsdiff --git a/config/webpack/environment.js b/config/webpack/environment.js
index d16d9af..86bf1a7 100644| ;; Assign typescript-mode to .tsx files | |
| (add-to-list 'auto-mode-alist '("\\.tsx\\'" . typescript-mode)) | |
| (require 'mmm-mode) | |
| (setq mmm-global-mode t) | |
| (setq mmm-submode-decoration-level 0) ;; Turn off background highlight | |
| ;; Add css mode for CSS in JS blocks | |
| (mmm-add-classes | |
| '((mmm-styled-mode |