Skip to content

Commit

Permalink
update webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbski committed Nov 14, 2023
1 parent 18a666f commit 6892936
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict';

const webpack = require('webpack');
const rxPaths = require('rxjs/_esm5/path-mapping');
const babelOptions = require('./babel.config');

const env = process.env.NODE_ENV || 'production';
Expand All @@ -28,9 +27,6 @@ const config = {
}
]
},
resolve: {
alias: rxPaths() // not sure that this is needed but is in rxjs docs
},
output: {
library: 'ReduxLogic',
libraryTarget: 'umd'
Expand Down

0 comments on commit 6892936

Please sign in to comment.