Browse Source

build prod

main^2
pecintaseni 7 months ago committed by =
parent
commit
606ee952ad
  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 * 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 * @license React
* react-dom.production.min.js * react-dom.production.min.js
@ -65,6 +72,50 @@
* LICENSE file in the root directory of this source tree. * 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 /** @license React v16.13.1
* react-is.production.min.js * react-is.production.min.js
* *

5
webpack.config.js

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

Loading…
Cancel
Save