mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
38cc82d0bc
* with-global-stylesheet without relative paths and with node_modules * a parenthetical remark about material-components-web not being part of the example
23 lines
314 B
Plaintext
23 lines
314 B
Plaintext
{
|
|
"plugins": [
|
|
[
|
|
"module-resolver", {
|
|
"root": ["."],
|
|
"alias": {
|
|
"styles": "./styles"
|
|
},
|
|
"cwd": "babelrc"
|
|
}],
|
|
[
|
|
"wrap-in-js",
|
|
{
|
|
"extensions": ["css$", "scss$"]
|
|
}
|
|
]
|
|
],
|
|
"presets": [
|
|
"next/babel"
|
|
],
|
|
"ignore": []
|
|
}
|