Skip to content

Commit

Permalink
minor issues with emitting htmlfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers committed Oct 8, 2020
1 parent 0221041 commit 191bc75
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async function rollupBuild({
inputOptions,
outputOptions,
}) {
const baseUrl = snowpackConfig.baseUrl || "/";
const baseUrl = snowpackConfig.devOptions.baseUrl || "/";
const TMP_DEBUG_DIRECTORY = path.join(os.tmpdir(), "_source_");

const entrypoints = getEntrypoints(pluginOptions.entrypoints);
Expand Down

0 comments on commit 191bc75

Please sign in to comment.