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:
371 bytes
|
Line | |
---|
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.