We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
webpack.config.tsがimport path from 'path'をする場合内部的に@types/nodeに依存するが、devDependenciesに書かれていない。 詳しい理由は #64 と同じです。
webpack.config.ts
import path from 'path'
@types/node
devDependencies
参考:
npm install --save-dev typescript ts-node @types/node @types/webpack
from https://webpack.js.org/configuration/configuration-languges/#typescript
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
webpack.config.ts
がimport path from 'path'
をする場合内部的に@types/node
に依存するが、devDependencies
に書かれていない。詳しい理由は #64 と同じです。
参考:
from https://webpack.js.org/configuration/configuration-languges/#typescript
The text was updated successfully, but these errors were encountered: