Browse Source

build prod

main
pecintaseni 7 months ago
parent
commit
df7e781797
  1. 8279
      app/Views/kewilayahan/dist/kpdl.js
  2. 51
      app/Views/kewilayahan/dist/kpdl.js.LICENSE.txt
  3. 5
      webpack.config.js

8279
app/Views/kewilayahan/dist/kpdl.js vendored

File diff suppressed because one or more lines are too long

51
app/Views/kewilayahan/dist/kpdl.js.LICENSE.txt vendored

@ -15,6 +15,13 @@
* Date: 2023-08-28T13:37Z
*/
/**
* @license @tabler/icons-react v3.16.0 - MIT
*
* This source code is licensed under the MIT license.
* See the LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react-dom.production.min.js
@ -65,6 +72,50 @@
* LICENSE file in the root directory of this source tree.
*/
/**
* match-sorter-utils
*
* Copyright (c) TanStack
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/
/**
* react-virtual
*
* Copyright (c) TanStack
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/
/**
* table-core
*
* Copyright (c) TanStack
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/
/**
* virtual-core
*
* Copyright (c) TanStack
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/
/** @license React v16.13.1
* react-is.production.min.js
*

5
webpack.config.js

@ -11,7 +11,7 @@ module.exports = {
filename: '[name].js'
},
optimization: {
minimize: false
minimize: true
},
module: {
rules: [
@ -32,7 +32,8 @@ module.exports = {
}
]
},
mode: 'development'
mode: 'production'
// mode: 'development'
// devServer: {
// static: {
// directory: path.join(__dirname, 'public/kpdl'),

Loading…
Cancel
Save