1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-19 06:52:02 +02:00

en sections 31-35

This commit is contained in:
Pomax
2017-03-15 14:04:54 -07:00
parent 394be9f9a6
commit cd9bf5c27a
38 changed files with 355 additions and 522 deletions

View File

@@ -52,14 +52,6 @@ module.exports = {
resolve: resolve,
module: {
loaders: [
{
test: /\.(png|gif)$/,
loader: "file?name=images/packed/[hash].[ext]"
},
{
test: /\.less$/,
loader: "style!css!less"
},
{
test: /\.json$/,
loader: "json"