mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-21 15:54:22 +01:00
8 lines
210 B
JavaScript
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);
|