File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ def webpack_create_configs(
120120 if entry_points_mandatory and not entry_point and not entry_points :
121121 fail ("One of entry_point or entry_points must be specified" )
122122
123- default_config = "%s.webpack.config.js " % name
123+ default_config = "%s.webpack.config.cjs " % name
124124 _create_base_config (
125125 name = "_%s_config" % name ,
126126 config_out = default_config ,
Original file line number Diff line number Diff line change @@ -65,10 +65,10 @@ webpack_create_configs(
6565write_source_files (
6666 name = "tests" ,
6767 files = {
68- "expected.basic.webpack.js" : "basic.webpack.config.js " ,
69- "expected.devtool_mode.webpack.js" : "devtool_mode.webpack.config.js " ,
70- "expected.entry.webpack.js" : "entry.webpack.config.js " ,
71- "expected.entries.webpack.js" : "entries.webpack.config.js " ,
72- "expected.chdir.webpack.js" : "chdir.webpack.config.js " ,
68+ "expected.basic.webpack.js" : "basic.webpack.config.cjs " ,
69+ "expected.devtool_mode.webpack.js" : "devtool_mode.webpack.config.cjs " ,
70+ "expected.entry.webpack.js" : "entry.webpack.config.cjs " ,
71+ "expected.entries.webpack.js" : "entries.webpack.config.cjs " ,
72+ "expected.chdir.webpack.js" : "chdir.webpack.config.cjs " ,
7373 },
7474)
You can’t perform that action at this time.
0 commit comments