We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23875c commit c36e226Copy full SHA for c36e226
webpack.common.ts
@@ -1,9 +1,9 @@
1
// webpack.common.ts
2
3
// import webpack from 'webpack';
4
-import paths from './webpack.paths';
+// import paths from './webpack.paths';
5
// import CopyWebpackPlugin from 'copy-webpack-plugin';
6
-import HtmlWebpackPlugin from 'html-webpack-plugin';
+// import HtmlWebpackPlugin from 'html-webpack-plugin';
7
// import { CleanWebpackPlugin } from 'clean-webpack-plugin';
8
9
@@ -47,8 +47,6 @@ const configCommon: any = {
47
},
48
49
50
-
51
52
// output: {
53
// library: 'deep.gl',
54
// libraryTarget: 'umd',
0 commit comments