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