Skip to content

Commit

Permalink
Remove old webpack file-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Feb 4, 2023
1 parent 2356cc9 commit 262b380
Show file tree
Hide file tree
Showing 2 changed files with 841 additions and 31 deletions.
8 changes: 3 additions & 5 deletions config/webpack/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,9 @@ const webpackConfig = ({envFile = '.env', platform = 'web'}) => ({
// Rule for react-native-web-webview
{
test: /postMock.html$/,
use: {
loader: 'file-loader',
options: {
name: '[name].[ext]',
},
type: 'asset',
generator: {
filename: '[name].[ext]',
},
},

Expand Down
Loading

0 comments on commit 262b380

Please sign in to comment.