swc Questions
4
Solved
When I installed the swc, I get this Error: Cannot find module 'path-to-project/src/app.module'
I'm using:
nodejs: 18.17.1
nestjs: 10.1.16
@swc/cli: 0.1.62
@swc/core: 1.3.81
"dist/main.js&qu...
2
Im facing this error when I try to run my Nextjs project using styled components.
This is my .babelrc
{
"plugins": [
[
"babel-plugin-styled-components",
{
"ssr": ...
Ingaborg asked 7/4, 2023 at 15:1
2
Solved
I have a typescript project which I'm transpiling with swc. I'm having trouble getting swc to resolve path aliases defined in either tsconfig.json or .swcrc. The module aliases are resolved properl...
Corkage asked 21/2, 2023 at 16:1
5
Solved
Using Flash CS4, I am making a game that has a dozen or so sounds and a couple of music tracks. To cut down on publish/compile time, I have moved the sounds and music into an (external) SWC, which ...
Lethalethal asked 8/6, 2010 at 3:6
2
Solved
I have a bunch of graphics assets in a fla, the MovieClips are linked to some classes. I export the fla as a swc , which I add to my library with the option "Merged into Code".
All works great, I ...
Abacus asked 5/11, 2010 at 4:42
3
Solved
What is a .SWC file and how is it commonly used?
1
I know how to get Flash CS4 symbols into Flash Builder via .swc.
The class names become available in the main class, but I can only instantiate those one by one, writing each name into the code.
H...
Marashio asked 19/11, 2009 at 16:53
2
Solved
I have a code library that I have built. It relies on 2 other (third party) libraries. At the moment, when I compile the library into a swc, both third party libraries are included. I am looking fo...
Ethelinda asked 17/7, 2009 at 12:37
2
Solved
OK,
It sounds complicated, but it's not. Here goes:
I want to use some assets ( buttons, etc. ) I'm creating in flash in a flex actionscript project. Since all my assets are bellow 10K, I'm not pl...
Mowry asked 17/6, 2009 at 2:49
1
© 2022 - 2024 — McMap. All rights reserved.