mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-13 20:24:16 +02:00
Update webpack.config.js
This commit is contained in:
@@ -15,7 +15,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
loaders: [
|
loaders: [
|
||||||
{ test: /\.txt$/, loader: "raw" },
|
|
||||||
{ test: /\.(png|gif)$/, loader: "file?name=images/packed/[hash].[ext]" },
|
{ test: /\.(png|gif)$/, loader: "file?name=images/packed/[hash].[ext]" },
|
||||||
{ test: /\.less$/, loader: "style!css!less" },
|
{ test: /\.less$/, loader: "style!css!less" },
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user