reactjs-basics icon indicating copy to clipboard operation
reactjs-basics copied to clipboard

Require was used before it was defined

Open akshayit opened this issue 7 years ago • 0 comments

I am using win-7 after working in webpack.config.js i am getting this error

require was used before it was defined

in this Code var path = require("path"); var DIST_DIR = path.resolve(__dirname, "dist"); var SRC_DIR = path.resolve(__dirname, "src");

akshayit avatar Dec 10 '17 15:12 akshayit