From 4f13802eb0bf50b554992c49e0c3686b6a3ce2ec Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 6 May 2019 11:38:55 +0300 Subject: Update project layout --- vnext/webpack.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vnext/webpack.config.js') diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index 0645cda4..1218542f 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -25,8 +25,7 @@ module.exports = (env, argv) => { 'core-js/modules/es.symbol', 'core-js/modules/web.dom-collections.iterator', 'url-polyfill', - __dirname + '/src/index.js', - __dirname + '/src/style/main.css' + __dirname + '/src/index.js' ] }, output: { -- cgit v1.2.3