Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 97b53b5

Browse files
Fixed TypeScript in sourcemaps (#136)
* Removed typescript files from postload * Removed postload from webpack
1 parent 936b2f4 commit 97b53b5

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

config/webpack/common.webpack.config.js

-5
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@ function getWebpackConfig(skyPagesConfig) {
9292
loader: outPath('loader', 'sky-processor', 'preload'),
9393
exclude: /node_modules/
9494
},
95-
{
96-
enforce: 'post',
97-
loader: outPath('loader', 'sky-processor', 'postload'),
98-
exclude: /node_modules/
99-
},
10095
{
10196
test: /\.s?css$/,
10297
use: [

config/webpack/test.webpack.config.js

-5
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ function getWebpackConfig(skyPagesConfig) {
8282
loader: outPath('loader', 'sky-processor', 'preload'),
8383
exclude: /node_modules/
8484
},
85-
{
86-
enforce: 'post',
87-
loader: outPath('loader', 'sky-processor', 'postload'),
88-
exclude: /node_modules/
89-
},
9085
{
9186
test: /\.ts$/,
9287
use: [

0 commit comments

Comments
 (0)