This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sosuke.iwabuchi
/
KT-MyPage-kintone
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
env修正
develop
sosuke.iwabuchi
2 years ago
parent
aec9655fdc
commit
e1048ad877
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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モードのとき再ビルドされたものをアップロードする
Write
Preview
Loading…
Cancel
Save