Skip to content

Commit

Permalink
Merge pull request #14 from taeyeongKims/ci/1
Browse files Browse the repository at this point in the history
webpack.config.cjs로 바꾸기
  • Loading branch information
taeyeongKims authored Dec 31, 2023
2 parents 8527468 + b9d33ea commit cc8a6d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js → webpack.config.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ./webpack.config.js
import nodeExternals from 'webpack-node-externals';
import path from 'path';
const nodeExternals = require("webpack-node-externals");
const path = require("path");

module.exports = {
mode: "development",
Expand Down

0 comments on commit cc8a6d7

Please sign in to comment.