Skip to content

Commit 6d44082

Browse files
🔧 dist -> lib
1 parent 780f259 commit 6d44082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
'html-code-block-element.all.min': './src/index.all.ts',
2121
},
2222
output: {
23-
path: path.join(__dirname, 'dist'),
23+
path: path.join(__dirname, 'lib'),
2424
library: 'HTMLCodeBlockElement',
2525
libraryExport: 'HTMLCodeBlockElement',
2626
libraryTarget: 'window',

0 commit comments

Comments
 (0)