Skip to content

Commit 94368ab

Browse files
🔧 lib -> dist
1 parent 0e39ff1 commit 94368ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
border-top: 1px solid #000;
3030
}
3131
</style>
32-
<!-- <script src="./lib/html-code-block-element.core.min.js" defer></script> -->
33-
<script src="./lib/html-code-block-element.common.min.js" defer></script>
34-
<!-- <script src="./lib/html-code-block-element.all.min.js" defer></script> -->
32+
<!-- <script src="./dist/html-code-block-element.core.min.js" defer></script> -->
33+
<script src="./dist/html-code-block-element.common.min.js" defer></script>
34+
<!-- <script src="./dist/html-code-block-element.all.min.js" defer></script> -->
3535
</head>
3636
<body>
3737
<main>

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, 'lib'),
23+
path: path.join(__dirname, 'dist'),
2424
library: 'HTMLCodeBlockElement',
2525
libraryExport: 'HTMLCodeBlockElement',
2626
libraryTarget: 'window',

0 commit comments

Comments
 (0)