Skip to content

Commit

Permalink
Merge pull request #3223 from smeng9/master
Browse files Browse the repository at this point in the history
Fix example web3 missing process during runtime
  • Loading branch information
jasongrout authored Jul 3, 2021
2 parents 3c677d6 + 27b85f7 commit ac649e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/web3/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const postcss = require('postcss');
var path = require('path');
var webpack = require('webpack');
const webpack = require('webpack');

module.exports = {
mode: 'development',
Expand Down

0 comments on commit ac649e1

Please sign in to comment.