diff options
author | Vitaly Takmazov | 2018-06-27 14:33:34 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | 40b8cd9853dd87deb90afdda0f5af78faa414f2b (patch) | |
tree | f4beb12efd422f178cfe168367ef91b17f6131b8 /vnext/webpack.config.js | |
parent | 8307e220c4fdddbc0a9740ad4b43fc2e205864bd (diff) |
fetch -> axios
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r-- | vnext/webpack.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index f63beb4c..a43afc63 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -13,7 +13,6 @@ module.exports = { mode: process.env.WEBPACK_SERVE ? 'development' : 'production', entry: { 'Juick': [ - 'whatwg-fetch', __dirname + '/src/index.js', __dirname + '/src/style/main.css' ] |