mirror of
https://github.com/Wessel/nhl-setgame.git
synced 2026-07-22 16:27:56 +02:00
chore(frontend): Finish services
This commit is contained in:
6
frontend/webpack.config.ts
Normal file
6
frontend/webpack.config.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { EnvironmentPlugin } from 'webpack';
|
||||
const Dotenv = require('dotenv-webpack');
|
||||
|
||||
module.exports = {
|
||||
plugins: [new Dotenv()],
|
||||
};
|
||||
Reference in New Issue
Block a user