commit
3746aecbb9
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ const path = require("path");
|
|||
const webpack = require("webpack");
|
||||
const TsconfigPathsPlugin = require("tsconfig-paths-webpack-plugin");
|
||||
const HtmlWebpackPlugin = require("html-webpack-plugin");
|
||||
require('dotenv').config();
|
||||
|
||||
const resolve = path.resolve.bind(path, __dirname);
|
||||
|
||||
|
|
Loading…
Reference in a new issue