1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-21 15:54:22 +01:00
fab-manager/app/javascript/packs/application.js
Sylvain 9ee8b3a6ef migrate from asset pipeline to webpacker
- migrated images
- ongoing stylesheets migration
2020-09-08 16:53:45 +02:00

8 lines
210 B
JavaScript

import 'core-js/stable';
import 'regenerator-runtime/runtime';
import '../stylesheets/application.scss.erb';
const images = require.context('../images', true);
const imagePath = (name) => images(name, true);