Skip to content

Commit

Permalink
Remove webpackBaseConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Nov 28, 2024
1 parent b707184 commit 5c635b3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 25 deletions.
1 change: 1 addition & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions test/e2e/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
const path = require('path');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const webpackBaseConfig = require('../../webpackBaseConfig');

module.exports = {
...webpackBaseConfig,
entry: path.resolve(__dirname, 'index.js'),
mode: process.env.NODE_ENV || 'development',
optimization: {
Expand All @@ -22,7 +20,6 @@ module.exports = {
}),
],
module: {
...webpackBaseConfig.module,
rules: [
{
test: /\.(js|ts|tsx)$/,
Expand Down
2 changes: 0 additions & 2 deletions test/regressions/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
const path = require('path');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const webpack = require('webpack');
const webpackBaseConfig = require('../../webpackBaseConfig');

module.exports = {
...webpackBaseConfig,
entry: path.resolve(__dirname, 'index.js'),
mode: process.env.NODE_ENV || 'development',
optimization: {
Expand Down
20 changes: 0 additions & 20 deletions webpackBaseConfig.js

This file was deleted.

0 comments on commit 5c635b3

Please sign in to comment.