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

Commit

Permalink
Fixed TypeScript in sourcemaps (#136)
Browse files Browse the repository at this point in the history
* Removed typescript files from postload

* Removed postload from webpack
  • Loading branch information
Blackbaud-SteveBrush authored May 8, 2017
1 parent 936b2f4 commit 97b53b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions config/webpack/common.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ function getWebpackConfig(skyPagesConfig) {
loader: outPath('loader', 'sky-processor', 'preload'),
exclude: /node_modules/
},
{
enforce: 'post',
loader: outPath('loader', 'sky-processor', 'postload'),
exclude: /node_modules/
},
{
test: /\.s?css$/,
use: [
Expand Down
5 changes: 0 additions & 5 deletions config/webpack/test.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ function getWebpackConfig(skyPagesConfig) {
loader: outPath('loader', 'sky-processor', 'preload'),
exclude: /node_modules/
},
{
enforce: 'post',
loader: outPath('loader', 'sky-processor', 'postload'),
exclude: /node_modules/
},
{
test: /\.ts$/,
use: [
Expand Down

0 comments on commit 97b53b5

Please sign in to comment.