✨ feat: adding verbose option to the package
This commit is contained in:
@@ -2,7 +2,6 @@ const path = require('path');
|
||||
const Dotenv = require('dotenv-webpack');
|
||||
const HtmlWebpackPlugin = require('html-webpack-plugin');
|
||||
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
|
||||
console.log('PUBLIC_URL:', process.env.PUBLIC_URL);
|
||||
|
||||
module.exports = {
|
||||
mode: 'development',
|
||||
|
||||
Reference in New Issue
Block a user