1
1
mirror of https://github.com/primer/css.git synced 2024-11-26 23:56:04 +03:00
This commit is contained in:
Michelle Tilley 2020-04-08 12:27:34 -07:00
parent f42f0887c1
commit 778d73d854
No known key found for this signature in database
GPG Key ID: 810E3A96D4CF00F4

View File

@ -34,7 +34,7 @@ module.exports = {
options: {
alias: {
'styled-components': path.resolve(__dirname, 'node_modules', 'styled-components'),
react: path.resolve(__dirname, 'node_modules', 'react'),
react: path.resolve(__dirname, 'node_modules', 'react')
}
}
}