Skip to content

Commit

Permalink
removes unused code in base config
Browse files Browse the repository at this point in the history
  • Loading branch information
ValJed committed Nov 5, 2024
1 parent 765e15e commit fd4e113
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/vite-base-config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
const postcssViewportToContainerToggle = require('postcss-viewport-to-container-toggle');

module.exports = ({
mode, base, root, cacheDir, manifestRelPath, sourceMaps, assetOptions
mode, base, root, cacheDir, manifestRelPath, sourceMaps
}) => {

/** @type {import('vite').UserConfig} */
Expand Down

0 comments on commit fd4e113

Please sign in to comment.