Skip to content

Commit

Permalink
fix solid-js
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemhosny committed Aug 1, 2024
1 parent b4b81c0 commit 3a6eb5c
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 91 deletions.
111 changes: 32 additions & 79 deletions dist/babel-preset-solid/babel-preset-solid.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@live-codes/browser-compilers",
"version": "0.15.0",
"version": "0.15.1",
"description": "Compilers that run in the browser, for use in livecodes.io",
"author": "Hatem Hosny",
"license": "MIT",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@webassemblyjs/wast-refmt": "1.12.1",
"assemblyscript": "0.27.29",
"autoprefixer": "10.4.19",
"babel-preset-solid": "1.8.18",
"babel-preset-solid": "1.8.19",
"cssnano-preset-default": "7.0.4",
"dts-bundle": "0.1.1",
"elkjs-svg": "0.2.1",
Expand Down
7 changes: 7 additions & 0 deletions scripts/vendors.js
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,13 @@ esbuild.build({
outfile: 'dist/babel-preset-solid/babel-preset-solid.js',
globalName: 'babelPresetSolid',
define: { global: 'window', 'process.env': '{}' },
plugins: [
NodeModulesPolyfills(),
GlobalsPolyfills({
process: true,
buffer: true,
}),
],
});

// tailwindcss-plugins
Expand Down

0 comments on commit 3a6eb5c

Please sign in to comment.