Skip to content

Commit

Permalink
feat: God, bless this!
Browse files Browse the repository at this point in the history
  • Loading branch information
akdasa committed Dec 2, 2022
1 parent 2318875 commit 7ff21c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akdasa-studios/framework",
"version": "0.1.7",
"version": "0.1.8",
"description": "Framework to build every app",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
7 changes: 5 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ module.exports = {
path: path.resolve(__dirname, './dist'),
filename: '[name].js',
library: {
name: 'Framework',
type: 'commonjs',
// name: 'Framework',
type: 'module',
},
},
resolve: {
Expand All @@ -24,5 +24,8 @@ module.exports = {
loader: 'ts-loader'
}
]
},
experiments: {
outputModule: true,
}
}

0 comments on commit 7ff21c6

Please sign in to comment.