[release-11.6.5] Update npm build in daggerbuild & revert some script changes (#109352)

* update daggerbuild/frontend/npm.go

* combine lerna commands

* revert scripts changes
This commit is contained in:
Kevin Minehart
2025-08-07 13:09:33 -05:00
committed by GitHub
parent 2dbf020ca9
commit 2d2d6d1ad5
18 changed files with 34 additions and 488 deletions
-9
View File
@@ -1,4 +1,3 @@
const CopyWebpackPlugin = require('copy-webpack-plugin');
const path = require('path');
const webpack = require('webpack');
@@ -69,14 +68,6 @@ module.exports = {
new webpack.ProvidePlugin({
Buffer: ['buffer', 'Buffer'],
}),
new CopyWebpackPlugin({
patterns: [
{
from: 'public/img',
to: 'img',
},
],
}),
],
module: {
rules: [