Skip to content

Commit

Permalink
fix: print user esbuild options into debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Apr 2, 2021
1 parent 272c5eb commit e7aa62e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ const bundleOnce = ({ filePath, outputPath }) => {
}

const createBundler = (esBuildUserOptions = {}) => {
debug('ESBuild user options %o', esBuildUserOptions)

return function cypressESBuildFilePreprocessor(file) {
const { filePath, outputPath, shouldWatch } = file

Expand Down

0 comments on commit e7aa62e

Please sign in to comment.