mirror of
https://github.com/Wessel/nhl-setgame.git
synced 2026-06-06 00:05:42 +02:00
6 lines
136 B
TypeScript
6 lines
136 B
TypeScript
import { EnvironmentPlugin } from 'webpack';
|
|
const Dotenv = require('dotenv-webpack');
|
|
|
|
module.exports = {
|
|
plugins: [new Dotenv()],
|
|
}; |