diff --git a/.env.example b/.env.example new file mode 100644 index 0000000000..3069c397c8 --- /dev/null +++ b/.env.example @@ -0,0 +1,2 @@ +ALCHEMY_KEY= +BLOCKNATIVE_API_KEY= diff --git a/webpack.config.ts b/webpack.config.ts index 337ddd55a4..a5af5eaeef 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -56,7 +56,11 @@ const baseConfig: Configuration = { }, }, plugins: [ - new Dotenv({ defaults: true, systemvars: true }), + new Dotenv({ + defaults: true, + systemvars: true, + safe: true, + }), new ForkTsCheckerWebpackPlugin({ typescript: { diagnosticOptions: {