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 ab9d9b6 commit 7e202fcCopy full SHA for 7e202fc
webpack.config.js
@@ -77,7 +77,7 @@ export default {
77
entry: {
78
index: [
79
fileURLToPath(new URL('web_src/js/globals.ts', import.meta.url)),
80
- fileURLToPath(new URL('web_src/fomantic/build/semantic.ts', import.meta.url)),
+ fileURLToPath(new URL('web_src/fomantic/build/semantic.js', import.meta.url)),
81
fileURLToPath(new URL('web_src/js/index.ts', import.meta.url)),
82
fileURLToPath(new URL('node_modules/easymde/dist/easymde.min.css', import.meta.url)),
83
fileURLToPath(new URL('web_src/fomantic/build/semantic.css', import.meta.url)),
0 commit comments