Ionic version: (check one with "x")
[ ] 2.x
[x] 3.x
[ ] 4.x
Ion2-calendar mode: (check one with "x")
[x] components mode
[x] modal mode
I'm submitting a ... (check one with "x")
[ ] bug report
[ ] feature request
[x] help me
I sent some bugfix PR and new features that I needed for my project using ion2-calendar, but while a new version of the library with the changes is not published, I would like to create my own version and publish it for use in npm, but this library has the particularity of using the scss styles of the ionic, which interferes in the way the package should be generated. I've tried it in several ways, but they all end up with the component running out of style, as reported in this issue: #73.
What would be the correct form?
Already tried:
npm run build(it generates everything seemingly correct, except that it does not generate a package.json in /dist, should I do it manually?)
npm run packagr (does not apply the styles to the final component)
Ionic version: (check one with "x") [ ] 2.x [x] 3.x [ ] 4.x
Ion2-calendar mode: (check one with "x") [x] components mode [x] modal mode
I'm submitting a ... (check one with "x") [ ] bug report [ ] feature request [x] help me
I sent some bugfix PR and new features that I needed for my project using
ion2-calendar
, but while a new version of the library with the changes is not published, I would like to create my own version and publish it for use in npm, but this library has the particularity of using the scss styles of the ionic, which interferes in the way the package should be generated. I've tried it in several ways, but they all end up with the component running out of style, as reported in this issue: #73.What would be the correct form? Already tried:
npm run build
(it generates everything seemingly correct, except that it does not generate apackage.json
in/dist
, should I do it manually?)npm run packagr
(does not apply the styles to the final component)