Also, update to webpack 4 and add support for dynamic import() and import.meta in ?module mode. Fixes #108 Fixes #151
5 lines
148 B
Plaintext
5 lines
148 B
Plaintext
{
|
|
"presets": [["@babel/env", { "loose": true }], "@babel/react"],
|
|
"plugins": [["@babel/plugin-proposal-class-properties", { "loose": true }]]
|
|
}
|