Skip to content

Commit

Permalink
fix: order
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Nov 9, 2023
1 parent 116f7c4 commit 5d5d83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ const resolve = require('@rollup/plugin-node-resolve')
const replace = require('@rollup/plugin-replace')
const terser = require('@rollup/plugin-terser')
const typescript = require('@rollup/plugin-typescript')
const banner2 = require('rollup-plugin-banner2')
const { default: esbuild } = require('rollup-plugin-esbuild')
const createBabelConfig = require('./babel.config.js')
const banner2 = require('rollup-plugin-banner2')

const extensions = ['.js', '.ts', '.tsx']
const { root } = path.parse(process.cwd())
Expand Down

0 comments on commit 5d5d83c

Please sign in to comment.