Skip to content

Commit

Permalink
frontend: 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Feb 25, 2024
1 parent 235f40a commit aee63df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/frontend",
"version": "0.14.0",
"version": "0.14.1",
"description": "Primate frontend code",
"bugs": "https://github.com/primatejs/primate/issues",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions packages/frontend/src/frontends/webc/imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const compile = {
const path = base.join(`${component.path}.js.impl.js`.replace(source, ""));
const [script] = await Promise.all([...text.matchAll(script_re)]
.map(({ groups: { code } }) => code));
await path.directory.create();
await path.write(script.replaceAll(extensions.from, extensions.to));
return { js: client(component.base) };
},
Expand Down

0 comments on commit aee63df

Please sign in to comment.