pson/index.js
May be problem here.
varpath=require("path"),PSON=require(path.join(__dirname,"dist","PSON.js"));webpack:
17:11-59 Critical dependency: the request of a dependency is an expression
@ ./node_modules/pson/index.js
Does not allow to compile projects with webpack / browserify because of the calculated dependency. On client: Uncaught Error: Cannot find module "."
How to deal with this?
Need example repo?
pson/index.js
May be problem here.
webpack:
Does not allow to compile projects with webpack / browserify because of the calculated dependency. On client:
Uncaught Error: Cannot find module "."How to deal with this?
Need example repo?