Code Monkey home page Code Monkey logo

Comments (3)

MBlanquett avatar MBlanquett commented on June 2, 2024 6

Dear Ionic-Team, dear @jthoms1 ,

we are a big business group located in Europe and we highly appreciate the stencil-framework and your contribution to the community. We would like to take advantage of "stencil-ds-output-targets" and further integrate it in our companys it-infrastructure. So we would like to fix this bug by ourself. Are there any guidelines or further instructions on how to contribute to the "stencil-ds-output-targets"-project?

from stencil-ds-output-targets.

crohrer avatar crohrer commented on June 2, 2024

I had a similar issue, but in my case it was

import { Components } from '@my/components'
import { Tag as ITag } from '../@my/components/dist/types/components/tags/tag';

from stencil-ds-output-targets.

ZuBB avatar ZuBB commented on June 2, 2024

All of #86, #95, #96 have one thing in common: incorrect pathes.

We solved it with next trick

added a post build hook (postbuild command to scripts section) with next internals

npx replace-in-file --configFile=replace-config.js

and replace-config.js file with next content in same dir

module.exports = {
    files: '../bindings/vlab-core-components-angular/src/directives/proxies.ts',
    from: /@vlab\/vlab-core-components\/dist\/custom-elements\/components/g,
    to: '@vlab/vlab-core-components/dist/types/components',
};

of course you need that package installed and adjust pathes/names to your case

from stencil-ds-output-targets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.