diff options
author | kibi! <marrus-sh@users.noreply.github.com> | 2018-01-15 21:17:03 -0800 |
---|---|---|
committer | kibi! <marrus-sh@users.noreply.github.com> | 2018-01-15 21:17:03 -0800 |
commit | cda845ae0e731a0ac3e7e58235c99cbbf93dda69 (patch) | |
tree | bf8e7fcdc96f02bf6b4ce0973ef91c4becc2b08e /app/javascript/packs | |
parent | 89a9d629f776a3a115c1e89ee4c13e8cbe7ae684 (diff) |
Fix mailer to use webpack core
Diffstat (limited to 'app/javascript/packs')
-rw-r--r-- | app/javascript/packs/mailer.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/javascript/packs/mailer.js b/app/javascript/packs/mailer.js deleted file mode 100644 index 732fc1698..000000000 --- a/app/javascript/packs/mailer.js +++ /dev/null @@ -1 +0,0 @@ -require('../styles/mailer.scss'); |