Apply dependencies update
[poolifier.git] / rollup.config.mjs
index 2b0ec5dbc17879c8e9fc2ac627b104cdda492ac0..bf1685605be7cac3593cf1c7561e4e0ce93216bd 100644 (file)
@@ -1,9 +1,9 @@
-import ts from 'rollup-plugin-ts'
 import analyze from 'rollup-plugin-analyzer'
-import { terser } from 'rollup-plugin-terser'
-import del from 'rollup-plugin-delete'
 import command from 'rollup-plugin-command'
+import del from 'rollup-plugin-delete'
 import istanbul from 'rollup-plugin-istanbul'
+import { terser } from 'rollup-plugin-terser'
+import ts from 'rollup-plugin-ts'
 
 const isDevelopmentBuild = process.env.BUILD === 'development'
 const isAnalyze = process.env.ANALYZE