Skip to content

Commit a31dc57

Browse files
committed
refactor: changed folder where files will be applied
1 parent 02209c9 commit a31dc57

File tree

12 files changed

+25
-17
lines changed

12 files changed

+25
-17
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module.exports = function (options) {
22
return {
33
...options,
4-
entry: __dirname + '/main/index.ts',
4+
entry: __dirname + '/src/main/index.ts',
55
output: {
66
libraryTarget: 'commonjs2',
7-
filename: 'apps/<%= project %>/main/index.js'
7+
filename: '<%= rootDir %>/main/index.js'
88
},
99
};
1010
};

0 commit comments

Comments
 (0)