mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
5cbb40f064
see: https://stackoverflow.com/questions/28969861/managing-jquery-plugin-dependency-in-webpack
9 lines
105 B
JavaScript
9 lines
105 B
JavaScript
module.exports = {
|
|
test: /node_modules.*\.js$/,
|
|
use: [
|
|
{
|
|
loader: 'raw-loader'
|
|
}
|
|
]
|
|
};
|