Skip to content

Commit 40439ac

Browse files
Fix webpack config
1 parent 0db2bc0 commit 40439ac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

nativescript.webpack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const solid = (config, env) => {
4343
[
4444
'babel-preset-solid',
4545
{
46-
moduleName: '@nativescript-community/solid',
46+
moduleName: '@nativescript-community/solid-js',
4747
generate: 'universal',
4848
},
4949
],

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/solid-js",
3-
"version": "0.0.4-alpha.1",
3+
"version": "0.0.4-alpha.2",
44
"description": "SolidJS to work with NativeScript",
55
"main": "src/index.js",
66
"scripts": {},

0 commit comments

Comments
 (0)