Browse Source

env修正

develop
sosuke.iwabuchi 2 years ago
parent
commit
e1048ad877
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      webpack.config.js

+ 1
- 1
webpack.config.js View File

@@ -62,7 +62,7 @@ module.exports = {
filename: '[name].js',
},
plugins: [
// new Dotenv({ systemvars: true }),
new Dotenv({ systemvars: true }),
new ForkTsCheckerWebpackPlugin(),
{
// watchモードのとき再ビルドされたものをアップロードする


Loading…
Cancel
Save