Skip to content

Commit

Permalink
wip: update webpack config to allow local running of IBD browser
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Dec 6, 2023
1 parent 5b54f9e commit c06af1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browsers/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { CleanWebpackPlugin } = require('clean-webpack-plugin')
const CopyPlugin = require('copy-webpack-plugin')
const HtmlPlugin = require('html-webpack-plugin')

const BROWSERS = ['ASC', 'BipEx', 'Epi25', 'SCHEMA']
const BROWSERS = ['ASC', 'BipEx', 'Epi25', 'SCHEMA', 'IBD']

const isDev = process.env.NODE_ENV === 'development'

Expand Down

0 comments on commit c06af1d

Please sign in to comment.