Fixed webpack configuration
This commit is contained in:
parent
52136b1f5f
commit
7a26a96381
@ -402,6 +402,7 @@ __webpack_require__.r(__webpack_exports__);
|
||||
const databases = new Map();
|
||||
|
||||
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
||||
name: "PawSQLiteWebSQLAdapter",
|
||||
open: async (dbName) => {
|
||||
const version = "1.0";
|
||||
|
||||
@ -438,7 +439,7 @@ const databases = new Map();
|
||||
|
||||
})();
|
||||
|
||||
module.exports["pawsqlite-websql-adapter"] = __webpack_exports__.default;
|
||||
module.exports = __webpack_exports__.default;
|
||||
/******/ })()
|
||||
;
|
||||
//# sourceMappingURL=pawsqlite-websql-adapter.js.map
|
File diff suppressed because one or more lines are too long
@ -9,10 +9,9 @@ var config = {
|
||||
output: {
|
||||
path: __dirname + '/lib',
|
||||
filename: outputFile,
|
||||
library: libraryName,
|
||||
libraryExport: 'default',
|
||||
libraryTarget: 'commonjs2',
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = config;
|
||||
module.exports = config;
|
||||
|
Loading…
Reference in New Issue
Block a user