Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CssClasses items and Error while recompiling #658

Open
Najidnadri opened this issue Mar 26, 2022 · 1 comment
Open

CssClasses items and Error while recompiling #658

Najidnadri opened this issue Mar 26, 2022 · 1 comment
Labels
question Further information is requested

Comments

@Najidnadri
Copy link

Hye I am completely new to seed,

  1. Just wondering where could I find the definitions for the items in CssClasses? At least some of the general explanations of the struct.

  2. got a re-compiling error in the development mode after changing the source code. It says ./pkg/index.d.ts is not a module. Here is the index.ts file and my .pkg tree.

index.ts

import "./css/styles.css";

(async () => {
  // Note: files in `./pkg/` will be created on the first build.
  await import("./pkg/index");
})();

.pkg folder

pkg
L index_bg.js
L index_bg.wasm
L index_bg.wasm.d.ts
L index.d.ts
L index.js
L LICENSE
L package.json

I'm pretty sure these are noobs questions but I really appreciate any help. Thank you very much!

@flosse flosse added the question Further information is requested label Apr 7, 2022
@flosse
Copy link
Member

flosse commented Apr 7, 2022

@Najidnadri I'm sorry I don't understand you question. Could you add some more information what you're trying to do? What do you mean by "CssClasses"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants