remove test and earn from bundle

This commit is contained in:
fmtabbara
2023-09-21 12:48:42 +01:00
parent 33838eae8c
commit e85c7b6f5f
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -4,7 +4,6 @@ const { webpackCommon } = require('@nymproject/webpack');
const entry = {
app: path.resolve(__dirname, 'src/index.tsx'),
growth: path.resolve(__dirname, 'src/growth.tsx'),
log: path.resolve(__dirname, 'src/log.tsx'),
};
@@ -19,7 +18,6 @@ module.exports = mergeWithRules({
webpackCommon(__dirname, [
{ filename: 'index.html', chunks: ['app'], template: path.resolve(__dirname, 'public/index.html') },
{ filename: 'log.html', chunks: ['log'], template: path.resolve(__dirname, 'public/log.html') },
{ filename: 'growth.html', chunks: ['growth'], template: path.resolve(__dirname, 'public/growth.html') },
]),
{
module: {
-1
View File
@@ -4,7 +4,6 @@ const common = require('./webpack.common');
const entry = {
app: path.resolve(__dirname, 'src/index.tsx'),
growth: path.resolve(__dirname, 'src/growth.tsx'),
log: path.resolve(__dirname, 'src/log.tsx'),
};