Skip to content

Commit c36e226

Browse files
committedJul 21, 2024
Update webpack.common.ts
1 parent e23875c commit c36e226

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎webpack.common.ts

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// webpack.common.ts
22

33
// import webpack from 'webpack';
4-
import paths from './webpack.paths';
4+
// import paths from './webpack.paths';
55
// import CopyWebpackPlugin from 'copy-webpack-plugin';
6-
import HtmlWebpackPlugin from 'html-webpack-plugin';
6+
// import HtmlWebpackPlugin from 'html-webpack-plugin';
77
// import { CleanWebpackPlugin } from 'clean-webpack-plugin';
88

99

@@ -47,8 +47,6 @@ const configCommon: any = {
4747
},
4848

4949

50-
51-
5250
// output: {
5351
// library: 'deep.gl',
5452
// libraryTarget: 'umd',

0 commit comments

Comments
 (0)
Please sign in to comment.