We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780f259 commit 6d44082Copy full SHA for 6d44082
webpack.config.js
@@ -20,7 +20,7 @@ module.exports = {
20
'html-code-block-element.all.min': './src/index.all.ts',
21
},
22
output: {
23
- path: path.join(__dirname, 'dist'),
+ path: path.join(__dirname, 'lib'),
24
library: 'HTMLCodeBlockElement',
25
libraryExport: 'HTMLCodeBlockElement',
26
libraryTarget: 'window',
0 commit comments