|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
371 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | 'use strict';
|
|---|
| 2 |
|
|---|
| 3 | // TODO: this doesn't make sense for an ESLint rule.
|
|---|
| 4 | // We need to fix our build process to not create bundles for "raw" packages like this.
|
|---|
| 5 | if (process.env.NODE_ENV === 'production') {
|
|---|
| 6 | module.exports = require('./cjs/eslint-plugin-react-hooks.production.min.js');
|
|---|
| 7 | } else {
|
|---|
| 8 | module.exports = require('./cjs/eslint-plugin-react-hooks.development.js');
|
|---|
| 9 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.