Skip to content

Commit

Permalink
feat[drectory]: change
Browse files Browse the repository at this point in the history
  • Loading branch information
lovefields committed May 26, 2022
1 parent 8c1c4ca commit a146069
Show file tree
Hide file tree
Showing 33 changed files with 2 additions and 2 deletions.
Empty file added lib/module.js
Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.1.5",
"description": "DragonEditor is Javascript WYSIWYG editor.",
"private": false,
"main": "lib/js/index.js",
"main": "resources/js/index.js",
"dependencies": {},
"devDependencies": {
"css-loader": "^6.5.1",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const MiniCssExtractPlugin = require("mini-css-extract-plugin");
const FixStyleOnlyEntriesPlugin = require("webpack-fix-style-only-entries");
const TerserPlugin = require("terser-webpack-plugin");
const path = require("path");
const commonPath = path.resolve(__dirname, "lib");
const commonPath = path.resolve(__dirname, "resources");
const name = "dragonEditor";
const webpackMode = "production"; // ['development', 'production']
const viewerName = "dragonEditorViewer";
Expand Down

0 comments on commit a146069

Please sign in to comment.