Skip to content

Commit

Permalink
fix: revert asset export change which broke Marko 4 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Jul 29, 2020
1 parent b1b705b commit bcd8c0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/loader/get-asset-code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import manifest from ${JSON.stringify(
`./${path.relative(path.dirname(resourcePath), VIRTUAL_SERVER_MANIFEST_PATH)}`
)};
static export * from ${JSON.stringify(`./${path.basename(resourcePath)}`)};
static function renderAssets() {
const assets = this.___assets;
const nonce = this.global.cspNonce;
Expand Down

0 comments on commit bcd8c0d

Please sign in to comment.