-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
command ng new --collection=@nativescript/schematics my-share-app --shared .no create webpack.config.js file #295
Comments
run |
thanks, and rearrange path as following: |
facing the same error here.
Looks like it not ignoring .ts when have a .tns.ts file |
@bcerquiare The same issue in my project. Did you find any solution? |
@Arystosedes |
Environment
Angular 10
NS 7.0.4
nativescript/schematic 10
Describe the bug
after run
ng new --collection=@nativescript/schematics my-share-app --shared
the file webpack.config.js is not created under the main folder
To Reproduce
run the above command
Expected behavior
Webpack.config.js file created and associated dependencies (if exist any)
The text was updated successfully, but these errors were encountered: