Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bcldvd committed Oct 4, 2017
1 parent 04749af commit e1dc3f6
Show file tree
Hide file tree
Showing 4 changed files with 3,084 additions and 2,475 deletions.
2 changes: 1 addition & 1 deletion meta/client.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = commonConfig({
}),
], rulesAppend: [
// All files with a '.ts' or '.tsx' extension will be handled by 'awesome-typescript-loader'.
// { test: /\.tsx?$/, loader: "awesome-typescript-loader", include: path.join(__dirname, 'src') },
{ test: /\.tsx?$/, loader: "awesome-typescript-loader", include: path.join(__dirname, 'src') },
// All output '.js' files will have any sourcemaps re-processed by 'source-map-loader'.
{ enforce: "pre", test: /\.js$/, loader: "source-map-loader", include: path.join(__dirname, 'src') }
], externals: {
Expand Down
2 changes: 1 addition & 1 deletion meta/common.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = (options) => {
include: path.join(__dirname, 'src')
},
{
test: /\.ts(x?)$/,
test: /\.ts/,
use: ['babel-loader', {
loader: 'ts-loader'
}]
Expand Down
Loading

0 comments on commit e1dc3f6

Please sign in to comment.