liamdebeasi / stencil-alias

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Built With Stencil

Stencil Component Starter

Steps to reproduce:

  1. Clone repo.
  2. Run npm install.
  3. Run npm run start. Observe that there are no errors.
  4. Quit the dev server.
  5. Run npm run build.
  6. Open dist/collection/components/my-component/my-component.js. Observe that the format is still being imported from @utils/utils;
  7. Open dist/components/my-component.js. Observe that the format util is correctly inlined.

About

License:MIT License


Languages

Language:TypeScript 88.1%Language:HTML 11.2%Language:CSS 0.6%