Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 13, 2022
1 parent fb7e89c commit 6a624db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const createNodeConfig = (isProduction) => {
pattern: /: require,/g,
replacement: `: eval('require'),`
},
// postcss-load-config calls require after register esno
// postcss-load-config calls require after register ts-node
'postcss-load-config/src/index.js': {
src: `require(configFile)`,
replacement: `eval('require')(configFile)`
Expand Down

0 comments on commit 6a624db

Please sign in to comment.