diff options
author | Vitaly Takmazov | 2019-05-06 11:38:55 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 4f13802eb0bf50b554992c49e0c3686b6a3ce2ec (patch) | |
tree | 71ba28479c819bd7fdf8dbed8676535744ba6c30 /vnext/webpack.config.js | |
parent | f470636a70943a8ecad8bddc791a1c2dddd28e1e (diff) |
Update project layout
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r-- | vnext/webpack.config.js | 3 |
1 files changed, 1 insertions, 2 deletions
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: { |