1
0
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:
Pomax
2015-12-20 22:34:32 -08:00
parent 2e0a7c68d5
commit 719b0b09af
12 changed files with 452 additions and 203 deletions

View File

@@ -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?$/,