Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix bundler issue
Alexis Sellier committed 5 years ago
commit 00fce3b39da17a358a1de71638b3c18e4c42784a
parent 34298a1081be8848aa42ce5e19610ac2d0ee28f4
1 file changed +2 -1
modified snowpack.config.js
@@ -19,7 +19,8 @@ module.exports = {
    {"match": "routes", "src": ".*", "dest": "/index.html"},
  ],
  optimize: {
-
    "bundle": true,
+
    /* Setting `bundle: true` breaks .json imports in snowpack 3.5.0 */
+
    "bundle": false,
  },
  packageOptions: {
    polyfillNode: true,