-
-
Notifications
You must be signed in to change notification settings - Fork 212
Fix export bug of missing config files #1202
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
base: master
Are you sure you want to change the base?
Conversation
Why do you need phpstan config and others? I thought you missing TS type definition (*.d.ts) files. |
I don't need phpstan config and ruleset.xml |
Why do you need rollup.config.js and others? It's only for this repository. I don't see the point. Tell me your motivation. |
package.json because Dependency Management. |
And others? |
To create the Datagrid JavaScript files, we use npm install %localpath%. For this, we use the tsconfig and rollup.config files. Therefore, it would be helpful if the three files package.json, tsconfig.json and rollup.config.js remain in the export. |
Why do you need these files? rollup.config.js export-ignore |
@skyfly18 ping. |
fixed #1201