Skip to content

Commit 2bd7770

Browse files
committed
fix resolution
1 parent 39d4b83 commit 2bd7770

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

samples/weather-forecast/webpack.common.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ const config: webpack.Configuration = {
2020
},
2121
module: {
2222
rules: [
23+
{
24+
test: /\.m?js$/,
25+
resolve: {
26+
fullySpecified: false,
27+
},
28+
},
2329
{
2430
test: /\.tsx?$/,
2531
use: ["babel-loader"],

0 commit comments

Comments
 (0)