mirror of
https://github.com/Shopify/draggable.git
synced 2026-02-01 16:46:56 +00:00
Fixes entry point in webpack config to allow js and ts files
This commit is contained in:
parent
7fdf8e0ab3
commit
49c207b973
@ -27,7 +27,7 @@ function createBundleConfig(bundle: Bundle, {analyser}: Options) {
|
||||
|
||||
const config: Configuration = {
|
||||
mode: 'production',
|
||||
entry: `./src/${bundle.source}.js`,
|
||||
entry: `./src/${bundle.source}`,
|
||||
output: {
|
||||
path: `${targetPath}${outputPath}`,
|
||||
filename: `${bundle.filename}.js`,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user