Skip to content

Commit 7e202fc

Browse files
committed
fix fomantic entrypoint
1 parent ab9d9b6 commit 7e202fc

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
@@ -77,7 +77,7 @@ export default {
7777
entry: {
7878
index: [
7979
fileURLToPath(new URL('web_src/js/globals.ts', import.meta.url)),
80-
fileURLToPath(new URL('web_src/fomantic/build/semantic.ts', import.meta.url)),
80+
fileURLToPath(new URL('web_src/fomantic/build/semantic.js', import.meta.url)),
8181
fileURLToPath(new URL('web_src/js/index.ts', import.meta.url)),
8282
fileURLToPath(new URL('node_modules/easymde/dist/easymde.min.css', import.meta.url)),
8383
fileURLToPath(new URL('web_src/fomantic/build/semantic.css', import.meta.url)),

0 commit comments

Comments
 (0)