Skip to content

Commit

Permalink
removing unused
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckJonas committed Mar 11, 2019
1 parent 35b07bd commit 36b8864
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 634 deletions.
16 changes: 0 additions & 16 deletions config/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,22 +107,6 @@ module.exports = (env: any = {}) => {
exclude: /node_modules/,
loader: 'babel-loader',
},
// {
// test: /\.(ts|tsx)$/,
// include: PATHS.src,
// use:
// [
// {
// loader: 'awesome-typescript-loader',
// options: {
// useBabel: true,
// transpileOnly: true,
// useTranspileModule: false,
// sourceMap: true,
// },
// },
// ],
// },
// css
{
test: /\.css$/,
Expand Down
Loading

0 comments on commit 36b8864

Please sign in to comment.