From 6242966f44e1984de149f26f35277498dfd69b02 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 2 Mar 2017 12:12:13 +0200 Subject: [PATCH] chore(webpack) rm comment --- webpack.config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index c738b83f..a6e8c63a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -67,13 +67,6 @@ module.exports = { } }] }, - /* - resolve: { - alias: { - dom: `${dir}/dom` - } - } - */ }; function externals(context, request, fn) {