Skip to content

Commit

Permalink
Remove as transformer (#402)
Browse files Browse the repository at this point in the history
* remove as transformer

* remove deps as transformer
  • Loading branch information
Thykof authored Jul 29, 2024
1 parent 63091db commit 2cf24af
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 173 deletions.
169 changes: 10 additions & 159 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"packages/*"
],
"dependencies": {
"@massalabs/as-transformer": "^0.3.1",
"@massalabs/massa-web3": "^2.1.0",
"eslint": "^8.46.0",
"jest-environment-jsdom": "^29.5.0",
Expand Down
13 changes: 2 additions & 11 deletions packages/sc-project-initializer/commands/init/asconfig.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
{
"targets": {
"debug": {
"sourceMap": true,
"debug": true,
"transform": ["@massalabs/as-transformer"]

},
"release": {
"sourceMap": true,
"optimizeLevel": 3,
"shrinkLevel": 3,
"converge": true,
"noAssert": false,
"transform": ["@massalabs/as-transformer"]
"exportRuntime": true,
"bindings": false
}
},
"options": {
"exportRuntime": true,
"bindings": false
}
}
Loading

0 comments on commit 2cf24af

Please sign in to comment.