You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use tsickle-loader to transpile over 140 TypeScript files that are part of the same project into JS that I can later feed into Closure Compiler.
This is my webpack.config.js file:
The ẁalkSync function is to go through all the files that are in the different directories.
When I run the command ./node_modules/.bin/webpack --config webpack.config.js after a while I get the same error for all my files:
I tried both having my paths as absolute and relative in the entry property and it changes nothing.
The text was updated successfully, but these errors were encountered:
I am trying to use tsickle-loader to transpile over 140 TypeScript files that are part of the same project into JS that I can later feed into Closure Compiler.
This is my webpack.config.js file:
The
ẁalkSync
function is to go through all the files that are in the different directories.When I run the command
./node_modules/.bin/webpack --config webpack.config.js
after a while I get the same error for all my files:I tried both having my paths as absolute and relative in the entry property and it changes nothing.
The text was updated successfully, but these errors were encountered: