From fd0d07a4be1fd54599e0f6926209b27adaa970a2 Mon Sep 17 00:00:00 2001 From: Mike Kamermans Date: Wed, 23 Dec 2015 08:08:32 -0800 Subject: [PATCH] Update webpack.config.js --- webpack.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index f2947185..bd86cbdc 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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 = { } ] }, -}; \ No newline at end of file +};