We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c0360 commit ea03117Copy full SHA for ea03117
1 file changed
samples/photo_album/webpack.config.js
@@ -28,7 +28,8 @@ module.exports = {
28
},
29
resolve: {
30
extensions: ['', '.ts', '.js'],
31
- modules: [path.join(__dirname, "node_modules")]
+ modules: [path.join(__dirname, "node_modules")],
32
+ alias: { "cloudinary-core": "cloudinary-core/cloudinary-core-shrinkwrap.js" }
33
34
devServer: {
35
port: 8002,
0 commit comments