Skip to content

Commit

Permalink
fix nit
Browse files Browse the repository at this point in the history
  • Loading branch information
scripthunter7 committed Sep 10, 2024
1 parent ce28e06 commit 638b526
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import commonjs from '@rollup/plugin-commonjs';
import copy from 'rollup-plugin-copy';
import cleanup from 'rollup-plugin-cleanup';
import generateHtml from 'rollup-plugin-generate-html';
import path from 'path';
import project from './package.json';

const BUILD_DIST = 'dist';
Expand All @@ -30,11 +29,7 @@ const FOOTER = `
const commonPlugins = [
json(),
resolve({ extensions: ['.js', '.ts'] }),
// FIXME (David)
commonjs(),
// commonjs({
// include: path.resolve(__dirname, './node_modules/**'),
// }),
babel({
extensions: ['.js', '.ts'],
babelHelpers: 'runtime',
Expand Down

0 comments on commit 638b526

Please sign in to comment.