1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-18 12:54:27 +01:00

14 lines
203 B
JavaScript

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