Choose one: is this a 馃悰 bug
{
"presets": ["env", "react"],
"plugins": [
"transform-class-properties",
"transform-decorators-legacy",
["import", { "libraryName": "antd", "style": true }]
]
}
We should be able to import Antd less file :
import 'antd/dist/antd.less'
Build failed with error :
/node_modules/antd/dist/antd.less: Inline JavaScript is not enabled. Is it set in your options?
I didn't find a way to provide this options using Parcel 馃様
| Software | Version(s) |
| ---------------- | ---------- |
| Parcel | 1.7.0
| Node | 9.4.0
| npm/Yarn | 5.7.1
| Operating System | OSX
This is a duplicate of #907, plz move discussion there
Most helpful comment
https://github.com/parcel-bundler/parcel/issues/907
look here