Skip to content
Snippets Groups Projects
Commit 61fadbec authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

Merge branch 'master' into 'test'

Sync branches

See merge request !1
parents f6e39dd3 b6687f03
Branches
No related tags found
1 merge request!1Sync branches
Pipeline #12842 passed
...@@ -7,7 +7,13 @@ module.exports = { ...@@ -7,7 +7,13 @@ module.exports = {
entry: { entry: {
base: { base: {
import: path.resolve("static_src", "base.js"), import: path.resolve("static_src", "base.js"),
dependOn: "shared",
}, },
view_group_lectures: {
import: path.resolve("static_src", "view_group_lectures.js"),
dependOn: "shared",
},
shared: ["jquery"],
}, },
output: { output: {
path: path.resolve(__dirname, "shared", "static", "shared"), path: path.resolve(__dirname, "shared", "static", "shared"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment