Skip to content

Commit

Permalink
Merge pull request #1476 from skaut/smui-v7
Browse files Browse the repository at this point in the history
Updated svelte-material-ui to v7
  • Loading branch information
marekdedic committed May 7, 2024
2 parents 0897da8 + 1566569 commit 502fe89
Show file tree
Hide file tree
Showing 3 changed files with 2,131 additions and 3,320 deletions.
3 changes: 2 additions & 1 deletion frontend.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ export default (_, options) => ({
},
resolve: {
alias: {
svelte: path.resolve("node_modules", "svelte"),
svelte: path.resolve("node_modules", "svelte/src/runtime"),
},
conditionNames: ["svelte", "require", "node"],
extensions: [".ts", ".js", ".svelte"],
mainFields: ["svelte", "browser", "module", "main"],
},
Expand Down

0 comments on commit 502fe89

Please sign in to comment.