You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nothing renders in browser. Seems potentially related to the less-loader and its patterns configured in webpack.config.js.
Console shows:
Uncaught Error: Module build failed:
exports = module.exports = require("../../../../css-loader/lib/css-base.js")(false);
^
Unrecognised input
in /home/main/go-tapetrade/pers/examples/webpack/node_modules/@finos/perspective-viewer/cjs/less/computed_column.less (line 1, column 8)
at Object.<anonymous> (bundle.js:60587)
at __webpack_require__ (bootstrap b90f129dda29cfea6fa9:19)
at Object.<anonymous> (computed_column.less:4)
at __webpack_require__ (bootstrap b90f129dda29cfea6fa9:19)
at Object.<anonymous> (_freeGlobal.js:4)
at __webpack_require__ (bootstrap b90f129dda29cfea6fa9:19)
at Object.<anonymous> (urls.js:89)
at __webpack_require__ (bootstrap b90f129dda29cfea6fa9:19)
at Object.<anonymous> (index.js:13)
at __webpack_require__ (bootstrap b90f129dda29cfea6fa9:19)
Environment:
Arch Linux (made sure python2.7 available for gyp)
Browsing with Chrome.
The text was updated successfully, but these errors were encountered:
Bug Report
As far as I can tell the webpack example doesn't work as is.
Steps to Reproduce:
Expected Result:
To be able to view the example in browser.
Actual Result:
Nothing renders in browser. Seems potentially related to the
less-loader
and its patterns configured inwebpack.config.js
.Console shows:
Environment:
Arch Linux (made sure python2.7 available for gyp)
Browsing with Chrome.
The text was updated successfully, but these errors were encountered: