Skip to content

Commit

Permalink
feat: allow users to directly use the webpack loader without framework
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Feb 10, 2022
1 parent 122e024 commit aeeeed6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions telefunc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"./vite": {
"node": "./dist/node/vite/index.js"
},
"./webpack/loader": {
"node": "./dist/node/webpack/loader.js"
},
"./next": {
"node": "./dist/node/next/index.js"
},
Expand Down

0 comments on commit aeeeed6

Please sign in to comment.