Files
vuepress/packages/@vuepress/core/lib/internal-plugins
ULIVZ 47ac48562b fix($core): Cannot assign to read only property 'exports' of object (close: #869)
This is weird issue of webpack. since ClientComputedMixin was used both in server and client side,
client es module will import this commonJS module, it should work but webpack throw error: 'Uncaught
TypeError: Cannot assign to read only property 'exports' of object '#<Object>''. related issue:
https://github.com/webpack/webpack/issues/4039
2018-09-27 13:24:06 +08:00
..
2018-09-05 01:15:26 +08:00
2018-08-23 18:06:02 +08:00
2018-09-18 23:25:59 +08:00