From 762f2b934ae13b98b7b43300f4fc4a5a1e85dc99 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Thu, 28 Dec 2023 23:10:40 -0500 Subject: [PATCH] fix: update fileUploader to pascalCase FileUploader --- webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 9b1b10e..89530b3 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,6 +1,6 @@ const path = require('path'); const CoCreateConfig = require('./CoCreate.config') -const { ModuleGenerator, fileUploader, SymlinkCreator, escapeCharacters } = require('@cocreate/webpack') +const { ModuleGenerator, FileUploader, SymlinkCreator } = require('@cocreate/webpack') const { CleanWebpackPlugin } = require('clean-webpack-plugin'); @@ -28,7 +28,7 @@ module.exports = async (env, argv) => { plugins: [ new ModuleGenerator(CoCreateConfig.modules), - new fileUploader(env, argv), + new FileUploader(env, argv), new SymlinkCreator(), new CleanWebpackPlugin(), new MiniCssExtractPlugin({