python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How do you maintain directory structure when creating libraries in TS using bundlers like Rollup or Webpack?
I have created a React UI library to share components between different projects in my organization. But, when importing the components I always have to
import {Module} from "my-package"
bec...
Kishor Shrestha
Votes: 0
Answers: 0
daily average by rider and day
I have a table
id | price | date
1 | 4.45 | 2016-05-16
1 | 8.46 | 2016-05-16
2 | 11.9 | 2016-05-16
3 | 6.76 | 2016-05-16
3 | 13.55 | 2016-05-16
4 | 4.91 | 2016-05-20
1 | 16.77 | 2016-05-20...
bot9123
Votes: 0
Answers: 1
trying to build rollup + babel + react starter, but get error during the building
I am getting an "Unexpected token" error message when I am running my rollup build script.
Here is the GitHub link : https://github.com/mxm-web-develop/issues
It seems that babel didn't tra...

MxM web
Votes: 0
Answers: 1
Rollup.js can not detect default exports when trying to build component library with React.js
I am trying to create component library with React.js, I am using Rollup.js for this.
When I am building the app, I see this error in the console. It seems Rollup can not detect default exports, I tri...

Nightcrawler
Votes: 0
Answers: 1