mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-21 15:54:22 +01:00
14 lines
195 B
JavaScript
14 lines
195 B
JavaScript
module.exports = {
|
|
test: /\.js(\?.erb)?$/,
|
|
use: [
|
|
{
|
|
loader: 'imports-loader',
|
|
options: {
|
|
imports: [
|
|
'default app Application'
|
|
]
|
|
}
|
|
}
|
|
]
|
|
};
|