Skip to content

Instantly share code, notes, and snippets.

@seanstainability
Created September 17, 2021 08:33
Show Gist options
  • Save seanstainability/dd3bc456b11776bf40579456b8d772ff to your computer and use it in GitHub Desktop.
Save seanstainability/dd3bc456b11776bf40579456b8d772ff to your computer and use it in GitHub Desktop.
{ // webpack이 webpack.config.ts를 인식 못해서 추가하는 파일
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "Node",
"target": "ES5",
"esModuleInterop": true
}
}
@seanstainability
Copy link
Author

package.json의 scripts의 dev를 cross-env TS_NODE_PROJECT="tsconfig-for-webpack-config.json" webpack serve --env development

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment