Skip to content

Commit

Permalink
remove webpack from app/svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanarguello committed Nov 12, 2019
1 parent a0965da commit 7240170
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions app/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"core-js": "^3.0.1",
"global": "^4.3.2",
"regenerator-runtime": "^0.13.3",
"ts-dedent": "^1.1.0",
"webpack": "^4.33.0"
"ts-dedent": "^1.1.0"
},
"devDependencies": {
"svelte": "^3.4.1",
Expand All @@ -56,4 +55,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion app/svelte/src/server/framework-preset-svelte.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Configuration } from 'webpack';
import { Configuration } from 'webpack'; // eslint-disable-line

export function webpack(config: Configuration) {
return {
Expand Down

0 comments on commit 7240170

Please sign in to comment.