main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
309 bytes
|
Rev | Line | |
---|
[d565449] | 1 | /* eslint import/no-unresolved:0 */
|
---|
| 2 | if (process.env.NODE_ENV !== 'production') {
|
---|
| 3 | // eslint-disable-next-line no-console
|
---|
| 4 | console.warn(
|
---|
| 5 | 'Importing `rtl-css-js/core.esm` is deprecated, please use `rtl-css-js/core`.',
|
---|
| 6 | )
|
---|
| 7 | }
|
---|
| 8 | // eslint-disable-next-line import/extensions
|
---|
| 9 | export * from './dist/esm/core.js'
|
---|
Note:
See
TracBrowser
for help on using the repository browser.