1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-21 15:54:22 +01:00
2020-09-16 15:38:07 +02:00

14 lines
195 B
JavaScript

module.exports = {
test: /\.js(\?.erb)?$/,
use: [
{
loader: 'imports-loader',
options: {
imports: [
'default app Application'
]
}
}
]
};