UNPKG
import-sort-style-custom
Version:
latest (2.1.2)
2.1.2
2.1.1
2.1.0
2.0.0
1.1.1
1.1.0
Sort your imports using import-sort with aliases and custom configurations
import-sort-style-custom
/
dist
/
index.js
9 lines
(6 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./import-sort-style-custom.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./import-sort-style-custom.cjs.development.js'
) }