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 +};