Skip to content

Commit 263986b

Browse files
committed
HMR for Nollup
1 parent e0bd88b commit 263986b

File tree

3 files changed

+555
-521
lines changed

3 files changed

+555
-521
lines changed

.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"@babel/typescript"
88
],
99
"env": {
10+
"development": {
11+
"plugins": [["solid-refresh/babel", { "bundler": "esm" }]]
12+
},
1013
"test": {
1114
"presets": [
1215
[

package.json

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,51 +13,53 @@
1313
"type:watch": "tsc --noEmit --watch"
1414
},
1515
"dependencies": {
16-
"solid-js": "^1.1.2"
16+
"solid-js": "^1.1.3"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "^7.15.5",
2020
"@babel/eslint-parser": "^7.15.4",
21-
"@babel/preset-env": "^7.15.4",
21+
"@babel/preset-env": "^7.15.6",
2222
"@babel/preset-typescript": "^7.15.0",
2323
"@rollup/plugin-babel": "^5.3.0",
2424
"@rollup/plugin-node-resolve": "^13.0.4",
2525
"@rollup/plugin-replace": "^3.0.0",
2626
"@rollup/plugin-url": "^6.1.0",
2727
"@testing-library/jest-dom": "^5.14.1",
2828
"@types/jest": "^27.0.1",
29-
"@typescript-eslint/eslint-plugin": "^4.31.0",
30-
"@typescript-eslint/parser": "^4.31.0",
31-
"babel-jest": "^27.1.0",
32-
"babel-plugin-transform-import-meta": "^2.0.0",
29+
"@typescript-eslint/eslint-plugin": "^4.31.1",
30+
"@typescript-eslint/parser": "^4.31.1",
31+
"babel-jest": "^27.2.0",
32+
"babel-plugin-transform-import-meta": "^2.1.0",
33+
"babel-plugin-transform-vite-meta-env": "^1.0.3",
3334
"babel-plugin-tsconfig-paths": "^1.0.1",
34-
"babel-preset-solid": "^1.1.2",
35+
"babel-preset-solid": "^1.1.3",
3536
"cross-env": "^7.0.3",
3637
"eslint": "^7.32.0",
3738
"eslint-config-prettier": "^8.3.0",
38-
"eslint-import-resolver-typescript": "^2.4.0",
39+
"eslint-import-resolver-typescript": "^2.5.0",
3940
"eslint-plugin-import": "^2.24.2",
4041
"eslint-plugin-jest": "^24.4.0",
41-
"eslint-plugin-jest-dom": "^3.9.0",
42+
"eslint-plugin-jest-dom": "^3.9.2",
4243
"eslint-plugin-jsx-a11y": "^6.4.1",
4344
"eslint-plugin-local": "^1.0.0",
4445
"eslint-plugin-prettier": "^4.0.0",
45-
"eslint-plugin-testing-library": "^4.12.1",
46-
"eslint-plugin-unicorn": "^35.0.0",
47-
"jest": "^27.1.0",
48-
"nollup": "^0.18.3",
46+
"eslint-plugin-testing-library": "^4.12.2",
47+
"eslint-plugin-unicorn": "^36.0.0",
48+
"jest": "^27.2.0",
49+
"nollup": "^0.18.4",
4950
"npm-run-all": "^4.1.5",
50-
"prettier": "^2.3.2",
51+
"prettier": "^2.4.0",
5152
"rimraf": "^3.0.2",
5253
"rollup": "^2.56.3",
5354
"rollup-plugin-hot-css": "0.5.1",
5455
"rollup-plugin-static-files": "0.2.0",
5556
"rollup-plugin-terser": "^7.0.2",
5657
"sirv-cli": "^1.0.14",
5758
"solid-jest": "^0.2.0",
59+
"solid-refresh": "^0.2.2",
5860
"solid-testing-library": "^0.2.1",
5961
"ts-jest": "^27.0.5",
60-
"typescript": "^4.4.2"
62+
"typescript": "^4.4.3"
6163
},
6264
"jest": {
6365
"roots": [

0 commit comments

Comments
 (0)