mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-01-17 21:49:16 +01:00
Update webpack.config.js
This commit is contained in:
parent
955153ac43
commit
fd0d07a4be
@ -15,7 +15,6 @@ module.exports = {
|
||||
},
|
||||
module: {
|
||||
loaders: [
|
||||
{ test: /\.txt$/, loader: "raw" },
|
||||
{ test: /\.(png|gif)$/, loader: "file?name=images/packed/[hash].[ext]" },
|
||||
{ test: /\.less$/, loader: "style!css!less" },
|
||||
{
|
||||
@ -29,4 +28,4 @@ module.exports = {
|
||||
}
|
||||
]
|
||||
},
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user