0.2.4 • Published 10 months ago

@ajeeshb562/navbar-test v0.2.4

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

var path = require("path");

module.exports = { mode: "production", entry: "./src/index.js", output: { path: path.resolve("build"), filename: "index.js", libraryTarget: "commonjs2" }, module: { rules: { test: /.js$/, exclude: /node_modules/, loader: "babel-loader" }, { test: /.css$/, loader:"style-loader" } }, externals: { react: "react" } };

const { NODE_ENV } = process.env;

const presets = "@babel/preset-env", "@babel/preset-react"; const plugins = //"@babel/plugin-transform-react-jsx", //"@babel/plugin-proposal-class-properties", ;

if (NODE_ENV === "production") { // plugins.push("transform-react-remove-prop-types"); }

module.exports = { presets, plugins };

0.2.4

10 months ago

0.2.3

10 months ago

0.2.2

10 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.1.9

10 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago